terraform-aws-utilities icon indicating copy to clipboard operation
terraform-aws-utilities copied to clipboard

Missing `aws` provider explicitly specified for this repo

Open ina-stoyanova opened this issue 4 years ago • 0 comments

While updating to tf14, we found that the upgrade script did not add any required_providers block. We then realised it's because there were no provider blocks in the original code.

It might be best to add a specific version provider for aws instead of relying on the default one, when not specified.

Context: See TicketJam notes & PR open for the TF 14 upgrade script fixes

ina-stoyanova avatar Feb 19 '21 10:02 ina-stoyanova