Skip to content

Commit

Permalink
Correct output parameter in complete example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsheepuk committed Jun 3, 2024
1 parent 35a20b6 commit 453a906
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 453a906

Please sign in to comment.