-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ingress_rules #335
Comments
I don't think this is an issue with the module. I stumbled upon this as well and then found this, hashicorp/terraform-provider-aws#40091 Reverting back to AWS provider 5.72.1 solved the issue for me. |
Thank you @jalet , I'll give that a try. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Unable to use the
ingress_rules
function, this hangs and never completes.Have purged
.terraform
dir and re-init, issue persistsBefore you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
v5.3.0
v1.10.5
aws : 5.92.0
Reproduction Code [Required]
Expected behavior
Create ingress for http and https as per the following block that works
Actual behavior
Hangs, fails to build the rules
Additional context
I left this running while I went for a vape and made a coffee, and still hadnt completed.
Running the block noted in excepted behaviour, completes within seconds
The text was updated successfully, but these errors were encountered: