Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: aws required_provider version constraint #74

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

afiune
Copy link
Contributor

@afiune afiune commented Mar 3, 2022

Summary

The multi_region attribute in the KMS key was created in version
3.64.0, we should pin the version of the aws provider to be major than
that version.

hashicorp/terraform-provider-aws#20533

Signed-off-by: Salim Afiune Maya [email protected]

How did you test this change?

Verified the version of the aws provider that has the new functionality, replicated the issue
locally and with this fix, the module works as expected.

Issue

https://lacework.atlassian.net/browse/ALLY-912
Closes #73

The `multi_region` attribute in the KMS key was created in version
3.64.0, we should pin the version of the aws provider to be major than
that version.

hashicorp/terraform-provider-aws#20533

Closes #73

Signed-off-by: Salim Afiune Maya <[email protected]>
@afiune afiune merged commit ea075eb into main Mar 3, 2022
@afiune afiune deleted the afiune/73/ALLY-912/fix_aws_required_version branch March 3, 2022 23:44
@lacework-releng lacework-releng mentioned this pull request Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add a required_providers version constraint
2 participants