假设我有一张这样的地图:
variable "test_parameters" {
type = map
default = {
"A" = "subnet-73e35d3e",
"B" = "subnet-7e00d503",
"C" = "subnet-d9d446b2",
}
}
什么是 terraform-code
- 将地图的值存储在单个aws_ssm_parameter 中?
- 从参数中获取单个值,例如: B = subnet-7e00d503 或 B:subnet-7e00d503 ?
非常感谢您的帮助;)