Skip to content

Commit

Permalink
Fix issue #1081
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviGopal authored and hkantare committed Feb 11, 2020
1 parent 6bde383 commit 2bad645
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ibm/resource_ibm_is_vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ func resourceIBMISVPC() *schema.Resource {
},

isVPCDefaultNetworkACL: {
Type: schema.TypeString,
Optional: true,
Default: nil,
Computed: true,
Type: schema.TypeString,
Optional: true,
Default: nil,
Computed: true,
Deprecated: "This field is deprecated",
},

isVPCIsDefault: {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/is_vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "ibm_is_vpc" "testacc_vpc" {

The following arguments are supported:

* `default_network_acl` - (Optional, string) ID of the default network ACL.
* `default_network_acl` - (Deprecated, string) ID of the default network ACL.
* `is_default` - (Removed, bool) This field is removed.
* `address_prefix_management` - (Optional, string) Indicates whether a default address prefix should be automatically created for each zone in this VPC. Default value `auto`
* `classic_access` -(Optional, bool) Indicates whether this VPC should be connected to Classic Infrastructure. If true, This VPC's resources will have private network connectivity to the account's Classic Infrastructure resources. Only one VPC on an account may be connected in this way.
Expand Down

0 comments on commit 2bad645

Please sign in to comment.