Skip to content

Commit

Permalink
Create main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
RLRabinowitz authored Jan 31, 2021
1 parent e6204b7 commit 96a2d40
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions secret-output/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
resource "null_resource" "null_1" {

}

output "cool" {
value = "very"
}

output "sod" {
value = "secret"
sensitive = true
}

output "kamus" {
value = "shhhhhh"
sensitive = true
}

0 comments on commit 96a2d40

Please sign in to comment.