Skip to content

Commit 066b5d5

Browse files
author
Sean Sundberg
authored
Adds addresses to output (#37)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent c5751b2 commit 066b5d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ output "base_security_group" {
4343
value = data.ibm_is_security_group.base.id
4444
description = "The id of the base security group to be shared by other resources. The base group is different from the default security group."
4545
}
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

Comments
 (0)