hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 9k forks source link

Add validation to Terraform configuration files used in acceptance tests #37232

Open gdavison opened 2 months ago

gdavison commented 2 months ago

Description

The Terraform configurations used in most acceptance tests are defined inline as Go strings, and we use GitHub workflows to validate the formatting and lint the Terraform code. As we move towards Terraform configurations in .tf files using ConfigDirectory, we no longer have these validation steps.

References

Relates #36792

Would you like to implement a fix?

None

github-actions[bot] commented 2 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue