You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jake-naughton
changed the title
An argument named "source_json" is not expected here
Cersion 5.0.0 of the aws provider contains breaking changes for the CDN module
May 28, 2023
jake-naughton
changed the title
Cersion 5.0.0 of the aws provider contains breaking changes for the CDN module
Cersion 5.0.0 of the aws provider contains breaking changes
May 28, 2023
jake-naughton
changed the title
Cersion 5.0.0 of the aws provider contains breaking changes
Version 5.0.0 of the aws provider contains breaking changes
May 28, 2023
jake-naughton
changed the title
Version 5.0.0 of the aws provider contains breaking changes
Version 5.0.0 of the aws provider contains breaking changes for this module
May 28, 2023
Describe the Bug
This module fails to build when using AWS provider with version >= v5.0.0
As outlined in the AWS provider release notes:
https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.0.0
source_json and override_json have been removed -- use source_policy_documents and override_policy_documents, respectively, instead.
Expected Behavior
Should be able to run terraform plan / apply on the module without it failing using AWS provider > v5.0.0
Steps to Reproduce
Set the AWS provider to
And run terraform plan or apply on this module.
Screenshots
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: