VT
type = list
default = ["sdp1sfe1"]
}
variable "sfe_profiles" {
type = map
default = {
"sdp1sfe1" = {
"proxmox_node" = "proxmox-dc-hv06"
"storage" = "hv06-1700gb"
"template_name" = "MFSDP-SFE-main-template"
"vcpu" = 2
"memory" = 4096
}
}
}
Size: a a a
VT
VT
lookup(var.sfe_profiles[name],[storage])
KG
KG
KG
KG
KG
KG
KG
VT
name = var.sfe_nodes[count.index]
KG
KG
KG
VT
VT
VT
KG
KG
RK
null_resource
ситуация что модули описанные не в одном файле, ecs_service
/ target_group
/ load_balancer
The target group with targetGroupArn arn:aws:elasticloadbalancing:eu-west-1:<>id:targetgroup/<name>/a490aa8b5c9d4aa9 does not have an associated load balancer. "<name>"
V
terraform state pull
, то ничего не происходитterraform plan
- отображаются все ресурсы, описанные в main.tf (и которые уже существуют, но не должны отображаться для выполнения, тк remote state был получен (?) )resource "aws_acm_certificate" "cert"
и затем terraform import aws_acm_certificate.cert <arn>
data "aws_acm_certificate" "cert"
No certificate for domain found in this region
. Добавление директивы provider в data
не поменяло ничего