Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Sep 11, 2024
1 parent c7e894f commit 650386d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/complete/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
output "service_account_name" {
value = module.tfc_agent.service_account_name
value = module.tfc_agent.service_account_name
description = "Name of the Kubernetes service account"
}

output "namespace" {
value = module.tfc_agent.namespace
}
value = module.tfc_agent.namespace
description = "Name of the Kubernetes namespace"
}

0 comments on commit 650386d

Please sign in to comment.