Skip to content

Commit 3eb0cb1

Browse files
author
Felix Zieger
committed
chore: remove comment
1 parent 9bb1e6e commit 3eb0cb1

File tree

1 file changed

+0
-11
lines changed
  • modules/meshcloud-metering-service-principal

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ resource "azuread_application_password" "application_pw" {
9595
}
9696
}
9797

98-
# resource "azuread_service_principal_password" "service_principal_pw" {
99-
# service_principal_id = azuread_service_principal.meshcloud_metering.id
100-
# end_date = "2999-01-01T01:02:03Z" # no expiry
101-
# }
102-
103-
# # facilitate migration from v0.1.0 of the module
104-
# moved {
105-
# from = azuread_application_password.spp_pw
106-
# to = azuread_application_password.service_principal_pw
107-
# }
108-
10998
moved {
11099
from = azurerm_role_assignment.meshcloud_kraken
111100
to = azurerm_role_assignment.meshcloud_metering

0 commit comments

Comments
 (0)