Skip to content

Commit 5c5f0e9

Browse files
committed
fix
1 parent 5962287 commit 5c5f0e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

internal/services/lb/acls_data_source.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ func DataSourceACLs() *schema.Resource {
8282
Computed: true,
8383
Type: schema.TypeBool,
8484
},
85+
"ips_edge_services": {
86+
Computed: true,
87+
Type: schema.TypeBool,
88+
},
8589
},
8690
},
8791
},

internal/services/lb/types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func isIPSubnetConfigured(d *schema.ResourceData, aclIndex int) bool {
8888
}
8989

9090
return !matchBlock.GetAttr("ip_subnet").IsNull()
91-
9291
} else if rawConfig.Type().HasAttribute("acl") {
9392
// Frontend resource - check specific ACL by index
9493
aclConfig := rawConfig.GetAttr("acl")

0 commit comments

Comments
 (0)