Skip to content

Commit

Permalink
outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Woolfenden committed Feb 9, 2020
1 parent a5b15fa commit 5e5b1f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example/examplea/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
output "service_account" {
value = module.cloudtrail.service_account
}

output "trail" {
value = module.cloudtrail.trail
}

output "bucket" {
value = module.cloudtrail.bucket
}

output "key" {
value = module.cloudtrail.key
}

0 comments on commit 5e5b1f3

Please sign in to comment.