Closed alexjurkiewicz closed 3 years ago
/test all
@alexjurkiewicz Thank you for this contribution. Unfortunately, we still need a bit more. First, please fix the following error (only first instance is copied below, but of course it happens twice):
Error: Ambiguous attribute key
on public.tf line 8, in module "public_label":
8: { var.subnet_type_tag_key = format(var.subnet_type_tag_value_format, "public") }
If this expression is intended to be a reference, wrap it in parentheses. If
it's instead intended as a literal name containing periods, wrap it in quotes
to create a string literal.
Then, before you push your changes to the branch, please run
make init
make pr/auto-format
and include the changes in your commit. (We are close to eliminating this requirement, but have not quite gotten there yet.)
Thanks again.
/test all
/test all
/rebuild-readme
/test all
Remove use of deprecated map()
This function is removed in the upcoming Terraform 0.15. Since Terraform 0.12, you can create maps with a literal syntax instead.
what
why
Adds compatibility with Terraform 0.15. Without this, you'll see errors like: