Open kalenarndt opened 2 months ago
You have locals outside of your locals.tf which is a common issue when splitting terraform into multiple files.
locals
locals.tf
https://github.com/hashicorp/terraform-aws-vault-enterprise-hvd/blob/936c1617c480253c53068dbe121967047c52c5b6/compute.tf#L4-L40
Suggest:
Consolidate your locals into the same file across the module set.
Thanks for raising @kalenarndt.
You have
locals
outside of yourlocals.tf
which is a common issue when splitting terraform into multiple files.https://github.com/hashicorp/terraform-aws-vault-enterprise-hvd/blob/936c1617c480253c53068dbe121967047c52c5b6/compute.tf#L4-L40
Suggest:
Consolidate your
locals
into the same file across the module set.