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

AWS 4.x Provider causes issues with this module #132

Closed
nitrocode opened this issue Feb 11, 2022 · 0 comments · Fixed by #131
Closed

AWS 4.x Provider causes issues with this module #132

nitrocode opened this issue Feb 11, 2022 · 0 comments · Fixed by #131
Labels
enhancement New feature or request

Comments

@nitrocode
Copy link
Member

nitrocode commented Feb 11, 2022

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

AWS 4.x provider has been released with major refactoring. This module hasn't been updated yet. Until the changes are complete, the best workaround for now is to pin the aws provider version to the latest 3.x.

To prevent this issue, add a versions.tf file to your terraform module/directory that uses this S3 bucket module.

required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 3.0"
    }
  }
}

references

@nitrocode nitrocode added the bug 🐛 An issue with the system label Feb 11, 2022
@nitrocode nitrocode added enhancement New feature or request and removed bug 🐛 An issue with the system labels Feb 11, 2022
@Nuru Nuru closed this as completed in #131 Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant