rename resource group
This commit is contained in:
parent
7b66e97da9
commit
9787f94245
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ variable "name" {
|
|||
|
||||
variable "resource_group_name" {
|
||||
type = string
|
||||
default = "devrelasaservice"
|
||||
default = "rg-k8s"
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
|
|
Loading…
Reference in New Issue