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.
1 parent 9bb1e6e commit 3eb0cb1Copy full SHA for 3eb0cb1
modules/meshcloud-metering-service-principal/module.tf
@@ -95,17 +95,6 @@ resource "azuread_application_password" "application_pw" {
95
}
96
97
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
109
moved {
110
from = azurerm_role_assignment.meshcloud_kraken
111
to = azurerm_role_assignment.meshcloud_metering
0 commit comments