Skip to content

Commit

Permalink
ci: mark output sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
stuft2 committed May 3, 2024
1 parent bca9035 commit 71cba84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ci-1_0/ci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ output "connect" {
}

output "ec2_instance" {
sensitive = true
value = module.bastion.ec2_instance
}

Expand All @@ -33,5 +34,6 @@ output "security_group" {
}

output "key_pair" {
sensitive = true
value = module.bastion.key_pair
}

0 comments on commit 71cba84

Please sign in to comment.