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

Dependency on aws provider >5.0 #161

Open
BGarber42 opened this issue Jun 7, 2023 · 0 comments
Open

Dependency on aws provider >5.0 #161

BGarber42 opened this issue Jun 7, 2023 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@BGarber42
Copy link

BGarber42 commented Jun 7, 2023

Describe the Bug

The recent changes to aws_eip force a dependency on the 5.0 aws provider. Using 4.x throws errors with

on .terraform/modules/data_host.box/main.tf line 175, in resource "aws_eip" "default":
  domain   = "vpc"
Can't configure a value for "domain": its value will be decided automatically based on the result of applying this configuration.

Caused by #159, if this is intended behavior, documentation and version requirements should be updated to not say the dependency is against >= 2.0

Expected Behavior

Resources deploy fine

Steps to Reproduce

Try to use module with 4.x aws provider

Screenshots

No response

Environment

No response

Additional Context

No response

@BGarber42 BGarber42 added the bug 🐛 An issue with the system label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant