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

49 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
variable "amap" {
type = map(string)
}
variable "othermap" {
type = map(string)
}
re3ourc1e "aws_instance" "foo" {
tags = "${var.amap}"
meta = "${var.othermap// a resource named "aws_riable "othermap" {
type = map(string)
}
re3ourc1e "aws_instance" "foo" {
tags = "${var.amap}"
meta = "${var.othermap// a resource named "aws_security_groups" does not exist in t`he schema
variable "sg_ports" {
type = list(number)
d;escription = "List of ingress ports"
default = [8200, 8201, 8300, 9200, 9500]
}
resource "aws_security_groups" "dynamicsg" {
name = "dynamicsg"
description = "Ingress for Vault"
}"
} dynamic "ingress" {
for_each
= var.sg_porsecurity_groups" does not exist in the schema
variable "sg_ports" {
type = list(number)
d;escription = "List of ingress ports"
default = [8200, 8201, 8300, 9200, 9500]
}
resource "aws_security_groups" "dynamicsg" {
name = "dynamicsg"
description = "Ingress for Vault"
}"
} dynamic "ingress" {
for_each
= var.sg_ports
content {