Skip to content

Commit

Permalink
added provider support for vpc list datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm authored and hkantare committed Jul 26, 2021
1 parent c5fa84d commit b10435a
Show file tree
Hide file tree
Showing 5 changed files with 670 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/ibm-is-ng/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@ data "ibm_is_vpc" "vpc1" {
name = ibm_is_vpc.vpc1.name
}

// added for vpcs datasource
data "ibm_is_vpc" "vpcs"{
}

data "ibm_is_volume_profile" "volprofile"{
name = "general-purpose"
}
Expand Down
Loading

0 comments on commit b10435a

Please sign in to comment.