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
* aws_network_acl_rule.nat_ingress_vrrp_nat: Invalid Protocol 112 for rule 1110
Expected Behavior
That the terraform plan completes without giving any errors.
Actual Behavior
terraform plan gives errors at the end of the plan to say that 112 is an invalid protocol. While at the seem time this is saved in the terraform state file with the correct protocol. It is also correctly deployed on the AWS console
I looked it up in the protocol numbers and 112 is present in that list http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform plan
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 16, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
v0.8.7
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
That the
terraform plan
completes without giving any errors.Actual Behavior
terraform plan
gives errors at the end of the plan to say that 112 is an invalid protocol. While at the seem time this is saved in the terraform state file with the correct protocol. It is also correctly deployed on the AWS consoleI looked it up in the protocol numbers and
112
is present in that list http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtmlSteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform plan
The text was updated successfully, but these errors were encountered: