Skip to content

Commit 1d5a276

Browse files
uibmhkantare
authored andcommitted
documents update and test case update for ibm_is_vpc
1 parent 52e3872 commit 1d5a276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibm/service/vpc/data_source_ibm_is_vpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestAccIBMISVPCDatasource_dns(t *testing.T) {
5656
{
5757
Config: testDSCheckIBMISVPCDnsConfig(name, server1Add, enableHubTrue),
5858
Check: resource.ComposeTestCheckFunc(
59-
testAccCheckIBMISVPCExists("ibm_is_vpc.testacc_vpc", vpc),
59+
testAccCheckIBMISVPCExists("ibm_is_vpc.testacc_vpc1", vpc),
6060
resource.TestCheckResourceAttr(
6161
"data.ibm_is_vpc.ds_vpc", "name", name),
6262
resource.TestCheckResourceAttrSet("data.ibm_is_vpc.ds_vpc", "cse_source_addresses.#"),

website/docs/r/is_vpc.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Review the argument references that you can specify for your resource.
129129
While using `zone_affinity`, if fewer DNS servers are specified than the number of zones, then default servers will be created and terraform would show change. Its advised to provide `address` for all `zone_affinity`.
130130

131131

132-
- `type` - (Optional, String) The type of the DNS resolver to use.
132+
- `type` - (Optional, String) The type of the DNS resolver to use. To update the resolver type, specify the `type` explicitly.
133133

134134
~> **Note:**
135135
`delegated`: DNS server addresses will be provided by the resolver for the VPC specified in dns.resolver.vpc. Requires dns.enable_hub to be false.<br/>

0 commit comments

Comments
 (0)