Update Repository Terraform Configuration and CI Testing to Terraform 0.14.0 #16559
Labels
provider
Pertains to the provider itself, rather than any interaction with AWS.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Community Note
Description
NOTE: Testing that depends on
terraform 0.12upgrade
/terrafmt
will need special consideration.Terraform CLI 0.14.0 is now released. Many of the GitHub Actions workflows are currently configured for 0.12. For workflows that require a locally built provider, we can see if the new
dev_overrides
CLI configuration can simplify things, rather than using a plugin cache directory..github/workflows/examples.yml
updated and passing.github/workflows/terraform_provider.yml
updated and passingintrastructure/repository/main.tf
uses `required_version = ">=0.14.0" (requires Terraform Cloud workspace update)References
The text was updated successfully, but these errors were encountered: