Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 208e4d1

Browse files
fixed terraform format
1 parent 9f1ae27 commit 208e4d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ module "atlas-cluster" {
308308
module "atlas-deployment" {
309309
depends_on = [
310310
module.atlas-cluster]
311-
source = "./atlas-deployment"
312-
cluster_name = local.cluster_name_atlas
313-
kubeconfig = data.azurerm_kubernetes_cluster.atlas.kube_config_raw
314-
environment = var.environment
315-
tenant_id = data.azurerm_client_config.current.tenant_id
311+
source = "./atlas-deployment"
312+
cluster_name = local.cluster_name_atlas
313+
kubeconfig = data.azurerm_kubernetes_cluster.atlas.kube_config_raw
314+
environment = var.environment
315+
tenant_id = data.azurerm_client_config.current.tenant_id
316316
providers = {
317317
kubernetes = kubernetes.atlas
318318
helm = helm.atlas

0 commit comments

Comments
 (0)