Files
tree-sitter-jhcl/fuzz/corpus/d0428af216271802d2f5609c2de7ac180a64a9ee
2021-09-19 12:00:18 +02:00

34 lines
612 B
Plaintext

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"
}
}