-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_vpc: Add support for classiclink_dns_support (#1079)
Fixes: #1076 ``` % make testacc TEST=./aws TESTARGS='-run=TestAccAWSVpc' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -run=TestAccAWSVpc -timeout 120m === RUN TestAccAWSVpcEndpoint_importBasic --- PASS: TestAccAWSVpcEndpoint_importBasic (68.54s) === RUN TestAccAWSVpc_importBasic --- PASS: TestAccAWSVpc_importBasic (53.29s) === RUN TestAccAWSVpcEndpointRouteTableAssociation_basic --- PASS: TestAccAWSVpcEndpointRouteTableAssociation_basic (59.57s) === RUN TestAccAWSVpcEndpoint_basic --- PASS: TestAccAWSVpcEndpoint_basic (58.48s) === RUN TestAccAWSVpcEndpoint_withRouteTableAndPolicy --- PASS: TestAccAWSVpcEndpoint_withRouteTableAndPolicy (117.51s) === RUN TestAccAWSVpcEndpoint_WithoutRouteTableOrPolicyConfig --- PASS: TestAccAWSVpcEndpoint_WithoutRouteTableOrPolicyConfig (53.33s) === RUN TestAccAWSVpcEndpoint_removed --- PASS: TestAccAWSVpcEndpoint_removed (49.14s) === RUN TestAccAWSVpc_basic --- PASS: TestAccAWSVpc_basic (45.19s) === RUN TestAccAWSVpc_enableIpv6 --- PASS: TestAccAWSVpc_enableIpv6 (132.93s) === RUN TestAccAWSVpc_dedicatedTenancy --- PASS: TestAccAWSVpc_dedicatedTenancy (46.52s) === RUN TestAccAWSVpc_tags --- PASS: TestAccAWSVpc_tags (87.11s) === RUN TestAccAWSVpc_update --- PASS: TestAccAWSVpc_update (85.61s) === RUN TestAccAWSVpc_DisabledDnsSupport --- PASS: TestAccAWSVpc_DisabledDnsSupport (43.34s) === RUN TestAccAWSVpc_classiclinkOptionSet --- PASS: TestAccAWSVpc_classiclinkOptionSet (45.99s) === RUN TestAccAWSVpc_classiclinkDnsSupportOptionSet --- PASS: TestAccAWSVpc_classiclinkDnsSupportOptionSet (52.46s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 1009.082s ```
- Loading branch information
Showing
3 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters