diff --git a/aks_2/main.tf b/aks_2/main.tf index b0c699c..1848332 100644 --- a/aks_2/main.tf +++ b/aks_2/main.tf @@ -1,6 +1,6 @@ terraform { backend "azurerm" { - resource_group_name = "devrelasaservice" + resource_group_name = "rg-k8s" storage_account_name = "terraformprod92" container_name = "tfstate" key = "prod.terraform.tfstate" @@ -47,4 +47,4 @@ resource "azurerm_kubernetes_cluster" "k8squickstart" { tags = { Environment = "Production" } -} \ No newline at end of file +} diff --git a/aks_2/variables.tf b/aks_2/variables.tf index 28b5125..f393a11 100644 --- a/aks_2/variables.tf +++ b/aks_2/variables.tf @@ -5,7 +5,7 @@ variable "name" { variable "resource_group_name" { type = string - default = "devrelasaservice" + default = "rg-k8s" } variable "location" {