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
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
The text was updated successfully, but these errors were encountered:
Describe the Bug
The recent changes to
aws_eip
force a dependency on the 5.0aws
provider. Using 4.x throws errors withCaused 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
providerScreenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: