Skip to content

Commit

Permalink
terraform fmt aks
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thornton committed Dec 14, 2023
1 parent 83ff4ad commit fe5a60a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Terraform-AZURE-Services-Creation/AKS/aks.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.5.7"
required_version = ">= 1.5.7"
backend "azurerm" {
resource_group_name = "devopshardway-rg"
storage_account_name = "devopshardwaysa"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ resource "azurerm_application_gateway" "aks" {
backend_http_settings_name = local.http_setting_name
}

tags = var.tags
tags = var.tags

}
4 changes: 2 additions & 2 deletions Terraform-AZURE-Services-Creation/AKS/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ssh_public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrt/GYkYpuQY
aks_admins_group_object_id = "e97b6454-3fa1-499e-8e5c-5d631e9ca4d1"

tags = {
"DeployedBy" = "Terraform"
"DeployedBy" = "Terraform"
"Environment" = "production"
"Project" = "devopsthehardway"
"Project" = "devopsthehardway"
}

0 comments on commit fe5a60a

Please sign in to comment.