Skip to content

Commit fa13447

Browse files
JohannesRudolphmeshkodiak[bot]
authored andcommitted
style: terraform fmt
1 parent 680762b commit fa13447

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
}
1313
}
14-
14+
1515
data "azurerm_management_group" "root" {
1616
name = var.mgmt_group_name
1717
}
@@ -55,15 +55,15 @@ data "azuread_client_config" "current" {}
5555
# facilitate migration from v0.1.0 of the module
5656
moved {
5757
from = module.replicator_spp
58-
to = module.replicator_service_principal
58+
to = module.replicator_service_principal
5959
}
6060

6161
moved {
6262
from = module.kraken_spp
63-
to = module.kraken_service_principal
63+
to = module.kraken_service_principal
6464
}
6565

6666
moved {
6767
from = module.idp_lookup_spp
68-
to = module.idp_lookup_service_principal
68+
to = module.idp_lookup_service_principal
6969
}

0 commit comments

Comments
 (0)