add template for directives
This commit is contained in:
33
fuzz/corpus/d0428af216271802d2f5609c2de7ac180a64a9ee
Normal file
33
fuzz/corpus/d0428af216271802d2f5609c2de7ac180a64a9ee
Normal file
@@ -0,0 +1,33 @@
|
||||
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user