We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a49ca56 + 63ebe74 commit 14a85cbCopy full SHA for 14a85cb
terraform/core-infra/azure/cluster.tf
@@ -3,5 +3,6 @@ resource "plural_service_context" "mgmt" {
3
configuration = jsonencode({
4
region = var.region
5
cluster_name = var.cluster_name
6
+ resource_group_name = var.resource_group_name
7
})
8
}
0 commit comments