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
both lines should look something like below :
icmp_options {
type = local.ingress_rules_icmp_type_code[count.index].icmp_type
code = local.ingress_rules_icmp_type_code[count.index].icmp_code
}
could you check this issue and suggest appropriate action.
The text was updated successfully, but these errors were encountered:
@cosmindev Looks like the mentioned repo is not maintained by the OCI team, please provide us with the publicly published OCI NSG module so we can use to create NSG.
creating security rules in NSG using this module is failing with Unsupported Attribute error. (see below )
Looking into the code it seems lines 721 and 722 in file main_nsg.tf i.e https://github.com/oracle-terraform-modules/terraform-oci-tdf-network-security/blob/main/main_nsg.tf are missing count.index when accessing icmp_type and icmp_code.
both lines should look something like below :
icmp_options {
type = local.ingress_rules_icmp_type_code[count.index].icmp_type
code = local.ingress_rules_icmp_type_code[count.index].icmp_code
}
could you check this issue and suggest appropriate action.
The text was updated successfully, but these errors were encountered: