terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.97k stars 4.42k forks source link

fix: any type is removed #1075

Closed iammuho closed 4 months ago

iammuho commented 4 months ago

workerB

Description

This pull request updates the customer_gateways variable to use an object type instead of any, as outlined in Terraform's best practices. By providing an object structure for map, the configuration becomes clearer and easier to validate, leading to more predictable outcomes.

Official : https://developer.hashicorp.com/terraform/language/expressions/type-constraints#dynamic-types-the-any-constraint

Motivation and Context

Breaking Changes

How Has This Been Tested?

github-actions[bot] commented 3 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.