Skip to content

Commit

Permalink
fix: correct output parameter in complete example (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsheepuk authored Jun 17, 2024
1 parent 35a20b6 commit 218b311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cloudaccess/examples/complete/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output "managed_identity_client_id" {
value = module.wayfinder_cloudaccess.managed_identity_client_id
}
output "managed_identity_principal_id" {
value = module.wayfinder_cloudaccess.managed_identity_principal_id
output "managed_identity_tenant_id" {
value = module.wayfinder_cloudaccess.managed_identity_tenant_id
}

0 comments on commit 218b311

Please sign in to comment.