Skip to content

Commit 9fecdce

Browse files
committed
feat: change kraken to metering
1 parent fd450a5 commit 9fecdce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/basic-azure-integration/outputs.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ output "replicator_service_principal_password" {
99
sensitive = true
1010
}
1111

12-
output "kraken_service_principal" {
12+
output "metering_service_principal" {
1313
description = "Metering Service Principal."
14-
value = module.meshplatform.kraken_service_principal
14+
value = module.meshplatform.metering_service_principal
1515
}
1616

17-
output "kraken_service_principal_password" {
17+
output "metering_service_principal_password" {
1818
description = "Password for Metering Service Principal."
19-
value = module.meshplatform.kraken_service_principal_password
19+
value = module.meshplatform.metering_service_principal_password
2020
sensitive = true
2121
}
2222

0 commit comments

Comments
 (0)