Terraform should have created an ingress_security_rules for each port listed in local.ingress_ports
Actual Behavior
Error states that no more than 1 tcp_option block are allowed inside an ingress_security_rules attribute. Why are dynamic blocks allowed inside this attribute for tcp_options if more than one can't be specified for ingress_security_rules?
Community Note
Terraform Version and Provider Version
Terraform v1.8.3 on darwin_arm64 on provider registry.terraform.io/hashicorp/oci v5.41.0
Affected Resource(s)
oci_core_security_list
Terraform Configuration Files
Debug Output
Gist
Expected Behavior
Terraform should have created an ingress_security_rules for each port listed in local.ingress_ports
Actual Behavior
Error states that no more than 1 tcp_option block are allowed inside an ingress_security_rules attribute. Why are dynamic blocks allowed inside this attribute for tcp_options if more than one can't be specified for ingress_security_rules?
Steps to Reproduce
terraform plan
References