-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/aws_vpc_endpoint_security_group_association: Use internal 'finder' …
…package. Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSVpcEndpointSecurityGroupAssociation_' ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSVpcEndpointSecurityGroupAssociation_ -timeout 120m === RUN TestAccAWSVpcEndpointSecurityGroupAssociation_basic === PAUSE TestAccAWSVpcEndpointSecurityGroupAssociation_basic === RUN TestAccAWSVpcEndpointSecurityGroupAssociation_disappears === PAUSE TestAccAWSVpcEndpointSecurityGroupAssociation_disappears === RUN TestAccAWSVpcEndpointSecurityGroupAssociation_multiple === PAUSE TestAccAWSVpcEndpointSecurityGroupAssociation_multiple === RUN TestAccAWSVpcEndpointSecurityGroupAssociation_ReplaceDefaultAssociation === PAUSE TestAccAWSVpcEndpointSecurityGroupAssociation_ReplaceDefaultAssociation === CONT TestAccAWSVpcEndpointSecurityGroupAssociation_basic === CONT TestAccAWSVpcEndpointSecurityGroupAssociation_ReplaceDefaultAssociation --- PASS: TestAccAWSVpcEndpointSecurityGroupAssociation_ReplaceDefaultAssociation (104.16s) === CONT TestAccAWSVpcEndpointSecurityGroupAssociation_multiple --- PASS: TestAccAWSVpcEndpointSecurityGroupAssociation_basic (111.52s) === CONT TestAccAWSVpcEndpointSecurityGroupAssociation_disappears resource_aws_vpc_endpoint_security_group_association_test.go:41: [INFO] Got non-empty plan, as expected --- PASS: TestAccAWSVpcEndpointSecurityGroupAssociation_multiple (61.28s) --- PASS: TestAccAWSVpcEndpointSecurityGroupAssociation_disappears (63.64s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 175.194s
- Loading branch information
Showing
5 changed files
with
99 additions
and
100 deletions.
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
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