Skip to content

Commit

Permalink
add sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
dsa0x authored Aug 29, 2023
1 parent 06c75f7 commit 97742af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ resource "local_file" "foo" {
filename = "foo.bar"

provisioner "local-exec" {
command = "ech yay >> foo.bar"
command = "echo yay >> foo.bar"
}
}
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
variable "pet-count" {
description = "How many pets do you want?"
type = number
sensitive = true
}

variable "word-length" {
Expand Down

0 comments on commit 97742af

Please sign in to comment.