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

Support AWS provider 3.x #23

Closed
sgrimm opened this issue Oct 30, 2020 · 1 comment · Fixed by #25
Closed

Support AWS provider 3.x #23

sgrimm opened this issue Oct 30, 2020 · 1 comment · Fixed by #25

Comments

@sgrimm
Copy link

sgrimm commented Oct 30, 2020

Describe the Feature

Version 2.x of the AWS provider is no longer being actively developed but is required by this module.

Expected Behavior

The module should work with the current version of the AWS provider.

Use Case

I ran into this when trying to use https://github.com/cloudposse/terraform-aws-alb with version 3.x of the provider (which that module claims to support) because it depends on this module.

Additional Context

From quick inspection, it doesn't look like this module is doing anything that would break with the current provider version.

@tirumerla
Copy link
Contributor

tirumerla commented Oct 31, 2020

I have the same issue. Fix is to pin s3 bucket module to 0.14.0 tag instead of 0.13.1

module "s3_bucket" {
  source  = "git::https://github.com/cloudposse/terraform-aws-s3-log-storage.git?ref=tags/0.13.1"

Reference

cloudposse/terraform-aws-eks-node-group#41

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 a pull request may close this issue.

2 participants