Skip to content

Commit f3a3619

Browse files
JohannesRudolphmeshkodiak[bot]
authored andcommitted
feat: add an experimental move statement for smoothing v0.1.0 upgrade
1 parent e2f2d16 commit f3a3619

File tree

1 file changed

+6
-0
lines changed
  • modules/meshcloud-replicator-service-principal

1 file changed

+6
-0
lines changed

modules/meshcloud-replicator-service-principal/module.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,9 @@ resource "azuread_service_principal_password" "service_principal_pw" {
157157
# data "azuread_application" "blueprint_service_principal" {
158158
# application_id = "f71766dc-90d9-4b7d-bd9d-4499c4331c3f"
159159
# }
160+
161+
# migration from v0.1.0 of the
162+
moved {
163+
from = replicator_spp[0].azurerm_role_definition.meshcloud_replicator
164+
to = replicator_service_principal[0].azurerm_role_definition.meshcloud_replicator
165+
}

0 commit comments

Comments
 (0)