We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc085d0 commit a6aed91Copy full SHA for a6aed91
network_acls.tf
@@ -63,7 +63,7 @@ locals {
63
vpc_outbound_rule = [
64
for address in data.ibm_is_vpc_address_prefixes.get_address_prefixes.address_prefixes :
65
{
66
- name = "ibmflow-allow-vpc-connectivity-outbound-${substr(address.name, -4, -1)}"
+ name = "ibmflow-allow-vpc-connectivity-outbound-${substr(address.id, -4, -1)}"
67
action = "allow"
68
source = var.network_cidr != null ? var.network_cidr : "0.0.0.0/0"
69
destination = address.cidr
0 commit comments