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 c5751b2 commit 066b5d5Copy full SHA for 066b5d5
outputs.tf
@@ -43,3 +43,8 @@ output "base_security_group" {
43
value = data.ibm_is_security_group.base.id
44
description = "The id of the base security group to be shared by other resources. The base group is different from the default security group."
45
}
46
+
47
+output "addresses" {
48
+ value = data.ibm_is_vpc.vpc.cse_source_addresses[*].address
49
+ description = "The ip address ranges for the VPC"
50
+}
0 commit comments