Skip to content

Commit

Permalink
Merge pull request #28 from rhr1987/stable_20240619
Browse files Browse the repository at this point in the history
checking infracost
  • Loading branch information
rhr1987 authored Jun 19, 2024
2 parents 443cb24 + 1f1d69c commit 3616331
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-deploy-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: "Day 1 - Terraform"
runs-on: ubuntu-latest
env:
TF_VAR_PREFIX: "jvh-devops"
TF_VAR_PREFIX: "rrother-devops"
TF_VAR_LOCATION: "westeurope"
TF_VAR_USERNAME: "azureuser"
TF_VAR_PASSWORD: "${{ secrets.PASSWORD }}"
Expand Down
2 changes: 1 addition & 1 deletion Azure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

backend "remote" {
organization = "40net-cloud"
organization = "rrother_fortinet"

workspaces {
name = "github-actions-infra-as-code-demo-azure"
Expand Down
8 changes: 7 additions & 1 deletion Azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# Prefix for all resources created for this deployment in Microsoft Azure
variable "PREFIX" {
description = "Added name to each deployed resource"
default = "github-actions-demo"
}

variable "LOCATION" {
Expand Down Expand Up @@ -147,7 +148,7 @@ variable "gateway_ipaddress" {
}

variable "fgt_vmsize" {
default = "Standard_F2s"
default = "Standard_F4s"
}

variable "fortinet_tags" {
Expand All @@ -156,6 +157,11 @@ variable "fortinet_tags" {
publisher : "Fortinet",
template : "GitHub Actions Infra As Code Demo Azure",
environment : "staging"
Name : "Robert Rother"
Username : "rrother"
ExpectedUseThrough : "2024-08"
VMState : "AlwaysOn"
CostCenter : "5900"
}
}

Expand Down

0 comments on commit 3616331

Please sign in to comment.