Skip to content

Commit

Permalink
removed the redundant resource creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
BShrivastav committed Apr 19, 2023
1 parent bc6039b commit 2d731b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions website/docs/d/is_vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ provider "ibm" {
## Example usage

```terraform
resource "ibm_is_vpc" "example" {
name = "example-vpc"
}
data "ibm_is_vpc" "example" {
name = "example-vpc"
}
Expand Down
5 changes: 1 addition & 4 deletions website/docs/d/is_vpcs.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ provider "ibm" {
## Example usage

```terraform
resource "ibm_is_vpc" "example" {
name = "example-vpc"
}
data "ibm_is_vpcs" "example" {
}
Expand All @@ -41,6 +37,7 @@ Review the argument references that you can specify for your data source.
## Attribute reference
You can access the following attribute references after your data source is created.
- `vpcs` (List) List of all the VPCs.

Nested scheme for `vpcs`:
- `access_tags` - (List) Access management tags associated for the volume.
- `available_ipv4_address_count`- (Integer) The number of IPv4 addresses in the subnet that are available for you to be used.
Expand Down

0 comments on commit 2d731b9

Please sign in to comment.