Files
tree-sitter-jhcl/fuzz/corpus/d0428af216271802d2f5609c2de7ac180a64a9ee

34 lines
612 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
variable "password" {
type = string
sensitive = true
}
resource "aws_instance" "foo" {
connection {
host = "localhost"
type = "telnet"
user = "superuariable "password" {
type = string
sensitive = true
+}
resource "aws_instance" "foo" {
connection {
host = "localhost"
type = "telnet"
user = "superuser"
port = 2041
password = var.password
}
provisioner "shell" {
command = "echo ${varser"
port = 2041
password = var.password
}
provisioner "shell" {
command = "echo ${var.password} > secrets"
}
}