15 lines
172 B
Plaintext
15 lines
172 B
Plaintext
variable "amap" {
|
|
type = map(string)
|
|
}
|
|
|
|
vpe = map(string)
|
|
}
|
|
|
|
variable "othermap" {
|
|
type = map(string)
|
|
}
|
|
|
|
r%source "aws_instance" "foo" {
|
|
tags = "${v{var.othermap}"
|
|
}
|