Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EC2-Classic retirement phase 2: Prevent creation of new EC2-Classic resources #26525

Merged
merged 59 commits into from
Sep 1, 2022

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Aug 29, 2022

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #23625.
Relates #26427.

With the retirement of EC2-Classic we are now preventing the creation of new EC2-Classic resources.

Output from acceptance testing:

% make testacc TESTARGS='-run=TestAccRDSInstance_basic' PKG=rds ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstance_basic -timeout 180m
=== RUN   TestAccRDSInstance_basic
=== PAUSE TestAccRDSInstance_basic
=== CONT  TestAccRDSInstance_basic
--- PASS: TestAccRDSInstance_basic (538.82s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	543.197s
% make testacc TESTARGS='-run=TestAccRedshiftCluster_basic' PKG=redshift ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/redshift/... -v -count 1 -parallel 2  -run=TestAccRedshiftCluster_basic -timeout 180m
=== RUN   TestAccRedshiftCluster_basic
=== PAUSE TestAccRedshiftCluster_basic
=== CONT  TestAccRedshiftCluster_basic
--- PASS: TestAccRedshiftCluster_basic (319.64s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/redshift	323.717s
% make testacc TESTARGS='-run=TestAccElastiCacheCluster_Engine_memcached' PKG=elasticache ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 2  -run=TestAccElastiCacheCluster_Engine_memcached -timeout 180m
=== RUN   TestAccElastiCacheCluster_Engine_memcached
=== PAUSE TestAccElastiCacheCluster_Engine_memcached
=== CONT  TestAccElastiCacheCluster_Engine_memcached
--- PASS: TestAccElastiCacheCluster_Engine_memcached (487.25s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elasticache	491.464s
% make testacc TESTARGS='-run=TestAccOpsWorksStack_basic' PKG=opsworks ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opsworks/... -v -count 1 -parallel 2  -run=TestAccOpsWorksStack_basic -timeout 180m
=== RUN   TestAccOpsWorksStack_basic
=== PAUSE TestAccOpsWorksStack_basic
=== CONT  TestAccOpsWorksStack_basic
--- PASS: TestAccOpsWorksStack_basic (36.64s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/opsworks	40.859s
% AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccEC2EIPAssociation_classic' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIPAssociation_classic -timeout 180m
=== RUN   TestAccEC2EIPAssociation_classic
=== PAUSE TestAccEC2EIPAssociation_classic
=== CONT  TestAccEC2EIPAssociation_classic
--- PASS: TestAccEC2EIPAssociation_classic (272.64s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	276.709s
% AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccEC2EIP_Instance_ec2Classic' PKG=ec2 ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 3  -run=TestAccEC2EIP_Instance_ec2Classic -timeout 180m
=== RUN   TestAccEC2EIP_Instance_ec2Classic
=== PAUSE TestAccEC2EIP_Instance_ec2Classic
=== CONT  TestAccEC2EIP_Instance_ec2Classic
--- PASS: TestAccEC2EIP_Instance_ec2Classic (287.30s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	291.146s
% make testacc TESTARGS='-run=TestAccEC2EIP' PKG=ec2 ACCTEST_PARALLELISM=2 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIP -timeout 180m
=== RUN   TestAccEC2EIPAssociation_basic
=== PAUSE TestAccEC2EIPAssociation_basic
=== RUN   TestAccEC2EIPAssociation_disappears
=== PAUSE TestAccEC2EIPAssociation_disappears
=== RUN   TestAccEC2EIPAssociation_instance
=== PAUSE TestAccEC2EIPAssociation_instance
=== RUN   TestAccEC2EIPAssociation_networkInterface
=== PAUSE TestAccEC2EIPAssociation_networkInterface
=== RUN   TestAccEC2EIPAssociation_spotInstance
=== PAUSE TestAccEC2EIPAssociation_spotInstance
=== RUN   TestAccEC2EIPAssociation_classic
=== PAUSE TestAccEC2EIPAssociation_classic
=== RUN   TestAccEC2EIPDataSource_filter
=== PAUSE TestAccEC2EIPDataSource_filter
=== RUN   TestAccEC2EIPDataSource_id
=== PAUSE TestAccEC2EIPDataSource_id
=== RUN   TestAccEC2EIPDataSource_publicIP
=== PAUSE TestAccEC2EIPDataSource_publicIP
=== RUN   TestAccEC2EIPDataSource_tags
=== PAUSE TestAccEC2EIPDataSource_tags
=== RUN   TestAccEC2EIPDataSource_networkInterface
=== PAUSE TestAccEC2EIPDataSource_networkInterface
=== RUN   TestAccEC2EIPDataSource_instance
=== PAUSE TestAccEC2EIPDataSource_instance
=== RUN   TestAccEC2EIPDataSource_carrierIP
=== PAUSE TestAccEC2EIPDataSource_carrierIP
=== RUN   TestAccEC2EIPDataSource_customerOwnedIPv4Pool
=== PAUSE TestAccEC2EIPDataSource_customerOwnedIPv4Pool
=== RUN   TestAccEC2EIP_basic
=== PAUSE TestAccEC2EIP_basic
=== RUN   TestAccEC2EIP_disappears
=== PAUSE TestAccEC2EIP_disappears
=== RUN   TestAccEC2EIP_tags
=== PAUSE TestAccEC2EIP_tags
=== RUN   TestAccEC2EIP_instance
=== PAUSE TestAccEC2EIP_instance
=== RUN   TestAccEC2EIP_Instance_reassociate
=== PAUSE TestAccEC2EIP_Instance_reassociate
=== RUN   TestAccEC2EIP_Instance_associatedUserPrivateIP
=== PAUSE TestAccEC2EIP_Instance_associatedUserPrivateIP
=== RUN   TestAccEC2EIP_Instance_notAssociated
=== PAUSE TestAccEC2EIP_Instance_notAssociated
=== RUN   TestAccEC2EIP_networkInterface
=== PAUSE TestAccEC2EIP_networkInterface
=== RUN   TestAccEC2EIP_NetworkInterface_twoEIPsOneInterface
=== PAUSE TestAccEC2EIP_NetworkInterface_twoEIPsOneInterface
=== RUN   TestAccEC2EIP_association
=== PAUSE TestAccEC2EIP_association
=== RUN   TestAccEC2EIP_PublicIPv4Pool_default
=== PAUSE TestAccEC2EIP_PublicIPv4Pool_default
=== RUN   TestAccEC2EIP_PublicIPv4Pool_custom
    ec2_eip_test.go:396: Environment variable AWS_EC2_EIP_PUBLIC_IPV4_POOL is not set
--- SKIP: TestAccEC2EIP_PublicIPv4Pool_custom (0.00s)
=== RUN   TestAccEC2EIP_customerOwnedIPv4Pool
=== PAUSE TestAccEC2EIP_customerOwnedIPv4Pool
=== RUN   TestAccEC2EIP_networkBorderGroup
=== PAUSE TestAccEC2EIP_networkBorderGroup
=== RUN   TestAccEC2EIP_carrierIP
=== PAUSE TestAccEC2EIP_carrierIP
=== RUN   TestAccEC2EIP_BYOIPAddress_default
=== PAUSE TestAccEC2EIP_BYOIPAddress_default
=== RUN   TestAccEC2EIP_BYOIPAddress_custom
    ec2_eip_test.go:538: Environment variable AWS_EC2_EIP_BYOIP_ADDRESS is not set
--- SKIP: TestAccEC2EIP_BYOIPAddress_custom (0.00s)
=== RUN   TestAccEC2EIP_BYOIPAddress_customWithPublicIPv4Pool
    ec2_eip_test.go:566: Environment variable AWS_EC2_EIP_BYOIP_ADDRESS is not set
--- SKIP: TestAccEC2EIP_BYOIPAddress_customWithPublicIPv4Pool (0.00s)
=== RUN   TestAccEC2EIP_Instance_ec2Classic
=== PAUSE TestAccEC2EIP_Instance_ec2Classic
=== RUN   TestAccEC2EIPsDataSource_basic
=== PAUSE TestAccEC2EIPsDataSource_basic
=== CONT  TestAccEC2EIPAssociation_basic
=== CONT  TestAccEC2EIP_tags
--- PASS: TestAccEC2EIP_tags (40.89s)
=== CONT  TestAccEC2EIP_PublicIPv4Pool_default
--- PASS: TestAccEC2EIP_PublicIPv4Pool_default (17.27s)
=== CONT  TestAccEC2EIPsDataSource_basic
--- PASS: TestAccEC2EIPsDataSource_basic (18.33s)
=== CONT  TestAccEC2EIP_Instance_ec2Classic
    acctest.go:696: skipping tests; AWS_DEFAULT_REGION (us-west-2) does not equal us-east-1
--- SKIP: TestAccEC2EIP_Instance_ec2Classic (0.32s)
=== CONT  TestAccEC2EIP_BYOIPAddress_default
--- PASS: TestAccEC2EIP_BYOIPAddress_default (15.92s)
=== CONT  TestAccEC2EIP_carrierIP
--- PASS: TestAccEC2EIPAssociation_basic (107.63s)
=== CONT  TestAccEC2EIP_networkBorderGroup
--- PASS: TestAccEC2EIP_carrierIP (20.50s)
=== CONT  TestAccEC2EIP_customerOwnedIPv4Pool
    acctest.go:1346: skipping since no Outposts found
--- SKIP: TestAccEC2EIP_customerOwnedIPv4Pool (0.48s)
=== CONT  TestAccEC2EIP_Instance_notAssociated
--- PASS: TestAccEC2EIP_networkBorderGroup (17.95s)
=== CONT  TestAccEC2EIP_association
--- PASS: TestAccEC2EIP_Instance_notAssociated (126.24s)
=== CONT  TestAccEC2EIP_NetworkInterface_twoEIPsOneInterface
--- PASS: TestAccEC2EIP_NetworkInterface_twoEIPsOneInterface (26.93s)
=== CONT  TestAccEC2EIP_networkInterface
--- PASS: TestAccEC2EIP_networkInterface (30.09s)
=== CONT  TestAccEC2EIP_Instance_reassociate
--- PASS: TestAccEC2EIP_association (178.53s)
=== CONT  TestAccEC2EIP_Instance_associatedUserPrivateIP
--- PASS: TestAccEC2EIP_Instance_reassociate (124.29s)
=== CONT  TestAccEC2EIPDataSource_publicIP
--- PASS: TestAccEC2EIPDataSource_publicIP (15.15s)
=== CONT  TestAccEC2EIP_disappears
--- PASS: TestAccEC2EIP_Instance_associatedUserPrivateIP (146.22s)
=== CONT  TestAccEC2EIP_basic
--- PASS: TestAccEC2EIP_disappears (14.05s)
=== CONT  TestAccEC2EIPDataSource_customerOwnedIPv4Pool
    acctest.go:1346: skipping since no Outposts found
--- SKIP: TestAccEC2EIPDataSource_customerOwnedIPv4Pool (0.47s)
=== CONT  TestAccEC2EIPDataSource_carrierIP
--- PASS: TestAccEC2EIPDataSource_carrierIP (17.48s)
=== CONT  TestAccEC2EIPDataSource_instance
--- PASS: TestAccEC2EIP_basic (18.17s)
=== CONT  TestAccEC2EIPDataSource_networkInterface
--- PASS: TestAccEC2EIPDataSource_networkInterface (25.32s)
=== CONT  TestAccEC2EIPDataSource_tags
--- PASS: TestAccEC2EIPDataSource_instance (135.07s)
--- PASS: TestAccEC2EIPDataSource_tags (14.33s)
=== CONT  TestAccEC2EIPAssociation_spotInstance
--- PASS: TestAccEC2EIPAssociation_spotInstance (88.65s)
=== CONT  TestAccEC2EIPDataSource_id
--- PASS: TestAccEC2EIPDataSource_id (14.99s)
=== CONT  TestAccEC2EIPDataSource_filter
--- PASS: TestAccEC2EIPDataSource_filter (14.65s)
=== CONT  TestAccEC2EIPAssociation_classic
    acctest.go:696: skipping tests; AWS_DEFAULT_REGION (us-west-2) does not equal us-east-1
--- SKIP: TestAccEC2EIPAssociation_classic (0.00s)
=== CONT  TestAccEC2EIPAssociation_instance
--- PASS: TestAccEC2EIPAssociation_instance (84.99s)
=== CONT  TestAccEC2EIP_instance
--- PASS: TestAccEC2EIP_instance (70.22s)
=== CONT  TestAccEC2EIPAssociation_disappears
--- PASS: TestAccEC2EIPAssociation_disappears (325.17s)
=== CONT  TestAccEC2EIPAssociation_networkInterface
--- PASS: TestAccEC2EIPAssociation_networkInterface (28.03s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	1703.302s
% AWS_DEFAULT_REGION=us-east-2 make testacc TESTARGS='-run=TestAccVPCDefaultVPCAndSubnet_serial/VPC' PKG=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCDefaultVPCAndSubnet_serial/VPC -timeout 180m
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/VPC
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/VPC/existing.forceDestroy
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/VPC/notFound.basic
    vpc_default_vpc_test.go:61: Deleting existing default VPC: vpc-085865219b3d9f8fd
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/VPC/notFound.assignGeneratedIPv6CIDRBlock
    vpc_default_vpc_test.go:61: Deleting existing default VPC: vpc-087d3c34b7ffc44c5
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/VPC/notFound.forceDestroy
    vpc_default_vpc_test.go:61: Deleting existing default VPC: vpc-0ca6ce75c7e777917
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/VPC/existing.basic
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/VPC/existing.assignGeneratedIPv6CIDRBlock
--- PASS: TestAccVPCDefaultVPCAndSubnet_serial (124.07s)
    --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/VPC (124.07s)
        --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/VPC/existing.forceDestroy (35.70s)
        --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/VPC/notFound.basic (13.10s)
        --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/VPC/notFound.assignGeneratedIPv6CIDRBlock (26.00s)
        --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/VPC/notFound.forceDestroy (16.16s)
        --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/VPC/existing.basic (10.72s)
        --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/VPC/existing.assignGeneratedIPv6CIDRBlock (22.37s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	127.996s
% make testacc TESTARGS='-run=TestAccVPC_\|TestAccVPCDataSource_' PKG=ec2 ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 3  -run=TestAccVPC_\|TestAccVPCDataSource_ -timeout 180m
=== RUN   TestAccVPCDataSource_basic
=== PAUSE TestAccVPCDataSource_basic
=== RUN   TestAccVPCDataSource_CIDRBlockAssociations_multiple
=== PAUSE TestAccVPCDataSource_CIDRBlockAssociations_multiple
=== RUN   TestAccVPC_basic
=== PAUSE TestAccVPC_basic
=== RUN   TestAccVPC_disappears
=== PAUSE TestAccVPC_disappears
=== RUN   TestAccVPC_tags
=== PAUSE TestAccVPC_tags
=== RUN   TestAccVPC_DefaultTags_providerOnly
=== PAUSE TestAccVPC_DefaultTags_providerOnly
=== RUN   TestAccVPC_DefaultTags_updateToProviderOnly
=== PAUSE TestAccVPC_DefaultTags_updateToProviderOnly
=== RUN   TestAccVPC_DefaultTags_updateToResourceOnly
=== PAUSE TestAccVPC_DefaultTags_updateToResourceOnly
=== RUN   TestAccVPC_DefaultTagsProviderAndResource_nonOverlappingTag
=== PAUSE TestAccVPC_DefaultTagsProviderAndResource_nonOverlappingTag
=== RUN   TestAccVPC_DefaultTagsProviderAndResource_overlappingTag
=== PAUSE TestAccVPC_DefaultTagsProviderAndResource_overlappingTag
=== RUN   TestAccVPC_DefaultTagsProviderAndResource_duplicateTag
=== PAUSE TestAccVPC_DefaultTagsProviderAndResource_duplicateTag
=== RUN   TestAccVPC_DynamicResourceTagsMergedWithLocals_ignoreChanges
=== PAUSE TestAccVPC_DynamicResourceTagsMergedWithLocals_ignoreChanges
=== RUN   TestAccVPC_DynamicResourceTags_ignoreChanges
=== PAUSE TestAccVPC_DynamicResourceTags_ignoreChanges
=== RUN   TestAccVPC_defaultAndIgnoreTags
=== PAUSE TestAccVPC_defaultAndIgnoreTags
=== RUN   TestAccVPC_ignoreTags
=== PAUSE TestAccVPC_ignoreTags
=== RUN   TestAccVPC_tenancy
=== PAUSE TestAccVPC_tenancy
=== RUN   TestAccVPC_updateDNSHostnames
=== PAUSE TestAccVPC_updateDNSHostnames
=== RUN   TestAccVPC_bothDNSOptionsSet
=== PAUSE TestAccVPC_bothDNSOptionsSet
=== RUN   TestAccVPC_disabledDNSSupport
=== PAUSE TestAccVPC_disabledDNSSupport
=== RUN   TestAccVPC_assignGeneratedIPv6CIDRBlock
=== PAUSE TestAccVPC_assignGeneratedIPv6CIDRBlock
=== RUN   TestAccVPC_assignGeneratedIPv6CIDRBlockWithNetworkBorderGroup
=== PAUSE TestAccVPC_assignGeneratedIPv6CIDRBlockWithNetworkBorderGroup
=== RUN   TestAccVPC_IPAMIPv4BasicNetmask
=== PAUSE TestAccVPC_IPAMIPv4BasicNetmask
=== RUN   TestAccVPC_IPAMIPv4BasicExplicitCIDR
=== PAUSE TestAccVPC_IPAMIPv4BasicExplicitCIDR
=== CONT  TestAccVPCDataSource_basic
=== CONT  TestAccVPC_DynamicResourceTags_ignoreChanges
=== CONT  TestAccVPC_disabledDNSSupport
--- PASS: TestAccVPCDataSource_basic (32.60s)
=== CONT  TestAccVPC_IPAMIPv4BasicNetmask
--- PASS: TestAccVPC_DynamicResourceTags_ignoreChanges (33.18s)
=== CONT  TestAccVPC_IPAMIPv4BasicExplicitCIDR
--- PASS: TestAccVPC_disabledDNSSupport (33.67s)
=== CONT  TestAccVPC_assignGeneratedIPv6CIDRBlock
--- PASS: TestAccVPC_assignGeneratedIPv6CIDRBlock (78.57s)
=== CONT  TestAccVPC_assignGeneratedIPv6CIDRBlockWithNetworkBorderGroup
--- PASS: TestAccVPC_assignGeneratedIPv6CIDRBlockWithNetworkBorderGroup (67.94s)
=== CONT  TestAccVPC_tenancy
--- PASS: TestAccVPC_tenancy (50.22s)
=== CONT  TestAccVPC_bothDNSOptionsSet
--- PASS: TestAccVPC_bothDNSOptionsSet (33.45s)
=== CONT  TestAccVPC_DefaultTags_updateToProviderOnly
--- PASS: TestAccVPC_DefaultTags_updateToProviderOnly (26.89s)
=== CONT  TestAccVPC_updateDNSHostnames
--- PASS: TestAccVPC_updateDNSHostnames (41.84s)
=== CONT  TestAccVPC_DynamicResourceTagsMergedWithLocals_ignoreChanges
--- PASS: TestAccVPC_DynamicResourceTagsMergedWithLocals_ignoreChanges (29.62s)
=== CONT  TestAccVPC_DefaultTagsProviderAndResource_overlappingTag
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_overlappingTag (35.50s)
=== CONT  TestAccVPC_DefaultTagsProviderAndResource_duplicateTag
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_duplicateTag (1.27s)
=== CONT  TestAccVPC_DefaultTagsProviderAndResource_nonOverlappingTag
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_nonOverlappingTag (41.48s)
=== CONT  TestAccVPC_DefaultTags_updateToResourceOnly
--- PASS: TestAccVPC_DefaultTags_updateToResourceOnly (28.80s)
=== CONT  TestAccVPC_basic
--- PASS: TestAccVPC_basic (20.92s)
=== CONT  TestAccVPC_DefaultTags_providerOnly
--- PASS: TestAccVPC_DefaultTags_providerOnly (35.31s)
=== CONT  TestAccVPCDataSource_CIDRBlockAssociations_multiple
--- PASS: TestAccVPCDataSource_CIDRBlockAssociations_multiple (41.43s)
=== CONT  TestAccVPC_ignoreTags
--- PASS: TestAccVPC_ignoreTags (34.21s)
=== CONT  TestAccVPC_defaultAndIgnoreTags
--- PASS: TestAccVPC_defaultAndIgnoreTags (35.55s)
=== CONT  TestAccVPC_tags
--- PASS: TestAccVPC_tags (49.21s)
=== CONT  TestAccVPC_disappears
--- PASS: TestAccVPC_disappears (13.30s)
--- PASS: TestAccVPC_IPAMIPv4BasicExplicitCIDR (1692.89s)
--- PASS: TestAccVPC_IPAMIPv4BasicNetmask (1693.55s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	1730.036s
% make testacc TESTARGS='-run=TestAccVPCPeeringConnectionOptions_' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccVPCPeeringConnectionOptions_ -timeout 180m
=== RUN   TestAccVPCPeeringConnectionOptions_basic
=== PAUSE TestAccVPCPeeringConnectionOptions_basic
=== RUN   TestAccVPCPeeringConnectionOptions_differentRegionSameAccount
=== PAUSE TestAccVPCPeeringConnectionOptions_differentRegionSameAccount
=== RUN   TestAccVPCPeeringConnectionOptions_sameRegionDifferentAccount
=== PAUSE TestAccVPCPeeringConnectionOptions_sameRegionDifferentAccount
=== CONT  TestAccVPCPeeringConnectionOptions_basic
=== CONT  TestAccVPCPeeringConnectionOptions_sameRegionDifferentAccount
--- PASS: TestAccVPCPeeringConnectionOptions_basic (50.61s)
=== CONT  TestAccVPCPeeringConnectionOptions_differentRegionSameAccount
--- PASS: TestAccVPCPeeringConnectionOptions_sameRegionDifferentAccount (58.27s)
--- PASS: TestAccVPCPeeringConnectionOptions_differentRegionSameAccount (60.33s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	115.230s
% make testacc TESTARGS='-run=TestAccVPCPeeringConnectionAccepter_' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccVPCPeeringConnectionAccepter_ -timeout 180m
=== RUN   TestAccVPCPeeringConnectionAccepter_sameRegionSameAccount
=== PAUSE TestAccVPCPeeringConnectionAccepter_sameRegionSameAccount
=== RUN   TestAccVPCPeeringConnectionAccepter_differentRegionSameAccount
=== PAUSE TestAccVPCPeeringConnectionAccepter_differentRegionSameAccount
=== RUN   TestAccVPCPeeringConnectionAccepter_sameRegionDifferentAccount
=== PAUSE TestAccVPCPeeringConnectionAccepter_sameRegionDifferentAccount
=== RUN   TestAccVPCPeeringConnectionAccepter_differentRegionDifferentAccount
=== PAUSE TestAccVPCPeeringConnectionAccepter_differentRegionDifferentAccount
=== CONT  TestAccVPCPeeringConnectionAccepter_sameRegionSameAccount
=== CONT  TestAccVPCPeeringConnectionAccepter_sameRegionDifferentAccount
--- PASS: TestAccVPCPeeringConnectionAccepter_sameRegionSameAccount (25.67s)
=== CONT  TestAccVPCPeeringConnectionAccepter_differentRegionDifferentAccount
--- PASS: TestAccVPCPeeringConnectionAccepter_sameRegionDifferentAccount (27.51s)
=== CONT  TestAccVPCPeeringConnectionAccepter_differentRegionSameAccount
--- PASS: TestAccVPCPeeringConnectionAccepter_differentRegionDifferentAccount (36.14s)
--- PASS: TestAccVPCPeeringConnectionAccepter_differentRegionSameAccount (45.33s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	76.983s
% make testacc TESTARGS='-run=TestAccVPCPeeringConnection_' PKG=ec2 ACCTEST_PARALLELISM=1 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 1  -run=TestAccVPCPeeringConnection_ -timeout 180m
=== RUN   TestAccVPCPeeringConnection_basic
=== PAUSE TestAccVPCPeeringConnection_basic
=== RUN   TestAccVPCPeeringConnection_disappears
=== PAUSE TestAccVPCPeeringConnection_disappears
=== RUN   TestAccVPCPeeringConnection_tags
=== PAUSE TestAccVPCPeeringConnection_tags
=== RUN   TestAccVPCPeeringConnection_options
=== PAUSE TestAccVPCPeeringConnection_options
=== RUN   TestAccVPCPeeringConnection_failedState
=== PAUSE TestAccVPCPeeringConnection_failedState
=== RUN   TestAccVPCPeeringConnection_peerRegionAutoAccept
=== PAUSE TestAccVPCPeeringConnection_peerRegionAutoAccept
=== RUN   TestAccVPCPeeringConnection_region
=== PAUSE TestAccVPCPeeringConnection_region
=== RUN   TestAccVPCPeeringConnection_accept
=== PAUSE TestAccVPCPeeringConnection_accept
=== RUN   TestAccVPCPeeringConnection_optionsNoAutoAccept
=== PAUSE TestAccVPCPeeringConnection_optionsNoAutoAccept
=== CONT  TestAccVPCPeeringConnection_basic
--- PASS: TestAccVPCPeeringConnection_basic (21.75s)
=== CONT  TestAccVPCPeeringConnection_peerRegionAutoAccept
--- PASS: TestAccVPCPeeringConnection_peerRegionAutoAccept (11.54s)
=== CONT  TestAccVPCPeeringConnection_optionsNoAutoAccept
--- PASS: TestAccVPCPeeringConnection_optionsNoAutoAccept (22.47s)
=== CONT  TestAccVPCPeeringConnection_accept
--- PASS: TestAccVPCPeeringConnection_accept (50.09s)
=== CONT  TestAccVPCPeeringConnection_region
--- PASS: TestAccVPCPeeringConnection_region (29.52s)
=== CONT  TestAccVPCPeeringConnection_options
--- PASS: TestAccVPCPeeringConnection_options (45.67s)
=== CONT  TestAccVPCPeeringConnection_failedState
--- PASS: TestAccVPCPeeringConnection_failedState (11.05s)
=== CONT  TestAccVPCPeeringConnection_tags
--- PASS: TestAccVPCPeeringConnection_tags (49.30s)
=== CONT  TestAccVPCPeeringConnection_disappears
--- PASS: TestAccVPCPeeringConnection_disappears (19.59s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	366.399s
% make testacc TESTARGS='-run=TestAccVPCSecurityGroup_' PKG=ec2 ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 3  -run=TestAccVPCSecurityGroup_ -timeout 180m
=== RUN   TestAccVPCSecurityGroup_basic
=== PAUSE TestAccVPCSecurityGroup_basic
=== RUN   TestAccVPCSecurityGroup_disappears
=== PAUSE TestAccVPCSecurityGroup_disappears
=== RUN   TestAccVPCSecurityGroup_nameGenerated
=== PAUSE TestAccVPCSecurityGroup_nameGenerated
=== RUN   TestAccVPCSecurityGroup_nameTerraformPrefix
=== PAUSE TestAccVPCSecurityGroup_nameTerraformPrefix
=== RUN   TestAccVPCSecurityGroup_namePrefix
=== PAUSE TestAccVPCSecurityGroup_namePrefix
=== RUN   TestAccVPCSecurityGroup_namePrefixTerraform
=== PAUSE TestAccVPCSecurityGroup_namePrefixTerraform
=== RUN   TestAccVPCSecurityGroup_tags
=== PAUSE TestAccVPCSecurityGroup_tags
=== RUN   TestAccVPCSecurityGroup_allowAll
=== PAUSE TestAccVPCSecurityGroup_allowAll
=== RUN   TestAccVPCSecurityGroup_sourceSecurityGroup
=== PAUSE TestAccVPCSecurityGroup_sourceSecurityGroup
=== RUN   TestAccVPCSecurityGroup_ipRangeAndSecurityGroupWithSameRules
=== PAUSE TestAccVPCSecurityGroup_ipRangeAndSecurityGroupWithSameRules
=== RUN   TestAccVPCSecurityGroup_ipRangesWithSameRules
=== PAUSE TestAccVPCSecurityGroup_ipRangesWithSameRules
=== RUN   TestAccVPCSecurityGroup_egressMode
=== PAUSE TestAccVPCSecurityGroup_egressMode
=== RUN   TestAccVPCSecurityGroup_ingressMode
=== PAUSE TestAccVPCSecurityGroup_ingressMode
=== RUN   TestAccVPCSecurityGroup_ruleGathering
=== PAUSE TestAccVPCSecurityGroup_ruleGathering
=== RUN   TestAccVPCSecurityGroup_forceRevokeRulesTrue
=== PAUSE TestAccVPCSecurityGroup_forceRevokeRulesTrue
=== RUN   TestAccVPCSecurityGroup_forceRevokeRulesFalse
=== PAUSE TestAccVPCSecurityGroup_forceRevokeRulesFalse
=== RUN   TestAccVPCSecurityGroup_change
=== PAUSE TestAccVPCSecurityGroup_change
=== RUN   TestAccVPCSecurityGroup_ipv6
=== PAUSE TestAccVPCSecurityGroup_ipv6
=== RUN   TestAccVPCSecurityGroup_self
=== PAUSE TestAccVPCSecurityGroup_self
=== RUN   TestAccVPCSecurityGroup_vpc
=== PAUSE TestAccVPCSecurityGroup_vpc
=== RUN   TestAccVPCSecurityGroup_vpcNegOneIngress
=== PAUSE TestAccVPCSecurityGroup_vpcNegOneIngress
=== RUN   TestAccVPCSecurityGroup_vpcProtoNumIngress
=== PAUSE TestAccVPCSecurityGroup_vpcProtoNumIngress
=== RUN   TestAccVPCSecurityGroup_multiIngress
=== PAUSE TestAccVPCSecurityGroup_multiIngress
=== RUN   TestAccVPCSecurityGroup_ruleDescription
=== PAUSE TestAccVPCSecurityGroup_ruleDescription
=== RUN   TestAccVPCSecurityGroup_defaultEgressVPC
=== PAUSE TestAccVPCSecurityGroup_defaultEgressVPC
=== RUN   TestAccVPCSecurityGroup_driftComplex
=== PAUSE TestAccVPCSecurityGroup_driftComplex
=== RUN   TestAccVPCSecurityGroup_invalidCIDRBlock
=== PAUSE TestAccVPCSecurityGroup_invalidCIDRBlock
=== RUN   TestAccVPCSecurityGroup_cidrAndGroups
=== PAUSE TestAccVPCSecurityGroup_cidrAndGroups
=== RUN   TestAccVPCSecurityGroup_ingressWithCIDRAndSGsVPC
=== PAUSE TestAccVPCSecurityGroup_ingressWithCIDRAndSGsVPC
=== RUN   TestAccVPCSecurityGroup_egressWithPrefixList
=== PAUSE TestAccVPCSecurityGroup_egressWithPrefixList
=== RUN   TestAccVPCSecurityGroup_ingressWithPrefixList
=== PAUSE TestAccVPCSecurityGroup_ingressWithPrefixList
=== RUN   TestAccVPCSecurityGroup_ipv4AndIPv6Egress
=== PAUSE TestAccVPCSecurityGroup_ipv4AndIPv6Egress
=== RUN   TestAccVPCSecurityGroup_failWithDiffMismatch
=== PAUSE TestAccVPCSecurityGroup_failWithDiffMismatch
=== RUN   TestAccVPCSecurityGroup_RuleLimit_exceededAppend
=== PAUSE TestAccVPCSecurityGroup_RuleLimit_exceededAppend
=== RUN   TestAccVPCSecurityGroup_RuleLimit_cidrBlockExceededAppend
=== PAUSE TestAccVPCSecurityGroup_RuleLimit_cidrBlockExceededAppend
=== RUN   TestAccVPCSecurityGroup_RuleLimit_exceededPrepend
=== PAUSE TestAccVPCSecurityGroup_RuleLimit_exceededPrepend
=== RUN   TestAccVPCSecurityGroup_RuleLimit_exceededAllNew
=== PAUSE TestAccVPCSecurityGroup_RuleLimit_exceededAllNew
=== RUN   TestAccVPCSecurityGroup_rulesDropOnError
=== PAUSE TestAccVPCSecurityGroup_rulesDropOnError
=== RUN   TestAccVPCSecurityGroup_emrDependencyViolation
=== PAUSE TestAccVPCSecurityGroup_emrDependencyViolation
=== CONT  TestAccVPCSecurityGroup_basic
=== CONT  TestAccVPCSecurityGroup_vpcNegOneIngress
=== CONT  TestAccVPCSecurityGroup_egressWithPrefixList
--- PASS: TestAccVPCSecurityGroup_basic (24.48s)
=== CONT  TestAccVPCSecurityGroup_RuleLimit_cidrBlockExceededAppend
--- PASS: TestAccVPCSecurityGroup_vpcNegOneIngress (25.12s)
=== CONT  TestAccVPCSecurityGroup_emrDependencyViolation
--- PASS: TestAccVPCSecurityGroup_egressWithPrefixList (40.29s)
=== CONT  TestAccVPCSecurityGroup_rulesDropOnError
--- PASS: TestAccVPCSecurityGroup_RuleLimit_cidrBlockExceededAppend (43.14s)
=== CONT  TestAccVPCSecurityGroup_RuleLimit_exceededAllNew
--- PASS: TestAccVPCSecurityGroup_rulesDropOnError (44.50s)
=== CONT  TestAccVPCSecurityGroup_RuleLimit_exceededPrepend
--- PASS: TestAccVPCSecurityGroup_RuleLimit_exceededAllNew (52.67s)
=== CONT  TestAccVPCSecurityGroup_ingressWithCIDRAndSGsVPC
--- PASS: TestAccVPCSecurityGroup_RuleLimit_exceededPrepend (53.41s)
=== CONT  TestAccVPCSecurityGroup_cidrAndGroups
--- PASS: TestAccVPCSecurityGroup_ingressWithCIDRAndSGsVPC (30.07s)
=== CONT  TestAccVPCSecurityGroup_invalidCIDRBlock
--- PASS: TestAccVPCSecurityGroup_invalidCIDRBlock (2.08s)
=== CONT  TestAccVPCSecurityGroup_driftComplex
--- PASS: TestAccVPCSecurityGroup_cidrAndGroups (33.06s)
=== CONT  TestAccVPCSecurityGroup_ipRangesWithSameRules
--- PASS: TestAccVPCSecurityGroup_driftComplex (31.84s)
=== CONT  TestAccVPCSecurityGroup_forceRevokeRulesFalse
--- PASS: TestAccVPCSecurityGroup_ipRangesWithSameRules (28.34s)
=== CONT  TestAccVPCSecurityGroup_forceRevokeRulesTrue
--- PASS: TestAccVPCSecurityGroup_forceRevokeRulesTrue (339.71s)
=== CONT  TestAccVPCSecurityGroup_vpc
--- PASS: TestAccVPCSecurityGroup_vpc (24.23s)
=== CONT  TestAccVPCSecurityGroup_ruleGathering
--- PASS: TestAccVPCSecurityGroup_ruleGathering (43.34s)
=== CONT  TestAccVPCSecurityGroup_self
--- PASS: TestAccVPCSecurityGroup_self (24.99s)
=== CONT  TestAccVPCSecurityGroup_ingressMode
--- PASS: TestAccVPCSecurityGroup_ingressMode (58.44s)
=== CONT  TestAccVPCSecurityGroup_ipv6
--- PASS: TestAccVPCSecurityGroup_ipv6 (25.87s)
=== CONT  TestAccVPCSecurityGroup_egressMode
--- PASS: TestAccVPCSecurityGroup_egressMode (51.83s)
=== CONT  TestAccVPCSecurityGroup_failWithDiffMismatch
--- PASS: TestAccVPCSecurityGroup_failWithDiffMismatch (28.15s)
=== CONT  TestAccVPCSecurityGroup_RuleLimit_exceededAppend
--- PASS: TestAccVPCSecurityGroup_RuleLimit_exceededAppend (67.54s)
=== CONT  TestAccVPCSecurityGroup_ruleDescription
--- PASS: TestAccVPCSecurityGroup_emrDependencyViolation (864.13s)
=== CONT  TestAccVPCSecurityGroup_ipv4AndIPv6Egress
--- PASS: TestAccVPCSecurityGroup_ruleDescription (58.33s)
=== CONT  TestAccVPCSecurityGroup_defaultEgressVPC
--- PASS: TestAccVPCSecurityGroup_ipv4AndIPv6Egress (35.22s)
=== CONT  TestAccVPCSecurityGroup_multiIngress
--- PASS: TestAccVPCSecurityGroup_defaultEgressVPC (24.61s)
=== CONT  TestAccVPCSecurityGroup_vpcProtoNumIngress
--- PASS: TestAccVPCSecurityGroup_multiIngress (32.19s)
=== CONT  TestAccVPCSecurityGroup_ingressWithPrefixList
--- PASS: TestAccVPCSecurityGroup_vpcProtoNumIngress (25.93s)
=== CONT  TestAccVPCSecurityGroup_change
--- PASS: TestAccVPCSecurityGroup_ingressWithPrefixList (46.06s)
=== CONT  TestAccVPCSecurityGroup_namePrefixTerraform
--- PASS: TestAccVPCSecurityGroup_change (52.30s)
=== CONT  TestAccVPCSecurityGroup_nameTerraformPrefix
--- PASS: TestAccVPCSecurityGroup_namePrefixTerraform (34.14s)
=== CONT  TestAccVPCSecurityGroup_namePrefix
--- PASS: TestAccVPCSecurityGroup_nameTerraformPrefix (33.97s)
=== CONT  TestAccVPCSecurityGroup_ipRangeAndSecurityGroupWithSameRules
--- PASS: TestAccVPCSecurityGroup_namePrefix (38.34s)
=== CONT  TestAccVPCSecurityGroup_nameGenerated
--- PASS: TestAccVPCSecurityGroup_ipRangeAndSecurityGroupWithSameRules (43.91s)
=== CONT  TestAccVPCSecurityGroup_sourceSecurityGroup
--- PASS: TestAccVPCSecurityGroup_nameGenerated (34.91s)
=== CONT  TestAccVPCSecurityGroup_allowAll
--- PASS: TestAccVPCSecurityGroup_sourceSecurityGroup (37.08s)
=== CONT  TestAccVPCSecurityGroup_tags
--- PASS: TestAccVPCSecurityGroup_allowAll (40.60s)
=== CONT  TestAccVPCSecurityGroup_disappears
--- PASS: TestAccVPCSecurityGroup_disappears (25.83s)
--- PASS: TestAccVPCSecurityGroup_tags (70.36s)
--- PASS: TestAccVPCSecurityGroup_forceRevokeRulesFalse (1087.45s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	1294.875s

@github-actions github-actions bot added size/XS Managed by automation to categorize the size of a PR. service/vpc Issues and PRs that pertain to the vpc service. labels Aug 29, 2022
@github-actions github-actions bot added service/elasticache Issues and PRs that pertain to the elasticache service. service/rds Issues and PRs that pertain to the rds service. service/redshift Issues and PRs that pertain to the redshift service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/XL Managed by automation to categorize the size of a PR. and removed size/XS Managed by automation to categorize the size of a PR. labels Aug 29, 2022
@github-actions github-actions bot added the service/opsworks Issues and PRs that pertain to the opsworks service. label Aug 29, 2022
…classic_link_id' or 'vpc_classic_link_security_groups' is set.
Acceptance test output:

% make testacc TESTARGS='-run=TestAccEC2EIP_basic\|TestAccEC2EIP_disappears' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIP_basic\|TestAccEC2EIP_disappears -timeout 180m
=== RUN   TestAccEC2EIP_basic
=== PAUSE TestAccEC2EIP_basic
=== RUN   TestAccEC2EIP_disappears
=== PAUSE TestAccEC2EIP_disappears
=== CONT  TestAccEC2EIP_basic
=== CONT  TestAccEC2EIP_disappears
--- PASS: TestAccEC2EIP_disappears (15.14s)
--- PASS: TestAccEC2EIP_basic (19.27s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	23.304s
Acceptance test output:

% make testacc TESTARGS='-run=TestAccEC2EIP_tags' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIP_tags -timeout 180m
=== RUN   TestAccEC2EIP_tags
=== PAUSE TestAccEC2EIP_tags
=== CONT  TestAccEC2EIP_tags
--- PASS: TestAccEC2EIP_tags (38.00s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	42.212s
@github-actions github-actions bot added the service/autoscaling Issues and PRs that pertain to the autoscaling service. label Aug 29, 2022
Acceptance test output:

% make testacc TESTARGS='-run=TestAccEC2EIPAssociation_instance' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIPAssociation_instance -timeout 180m
=== RUN   TestAccEC2EIPAssociation_instance
=== PAUSE TestAccEC2EIPAssociation_instance
=== CONT  TestAccEC2EIPAssociation_instance
--- PASS: TestAccEC2EIPAssociation_instance (130.78s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	134.833s
Acceptance test output:

% make testacc TESTARGS='-run=TestAccEC2EIPAssociation_basic' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIPAssociation_basic -timeout 180m
=== RUN   TestAccEC2EIPAssociation_basic
=== PAUSE TestAccEC2EIPAssociation_basic
=== CONT  TestAccEC2EIPAssociation_basic
--- PASS: TestAccEC2EIPAssociation_basic (122.68s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	128.914s
Acceptance test output:

% make testacc TESTARGS='-run=TestAccEC2EIPAssociation_' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIPAssociation_ -timeout 180m
=== RUN   TestAccEC2EIPAssociation_basic
=== PAUSE TestAccEC2EIPAssociation_basic
=== RUN   TestAccEC2EIPAssociation_disappears
=== PAUSE TestAccEC2EIPAssociation_disappears
=== RUN   TestAccEC2EIPAssociation_instance
=== PAUSE TestAccEC2EIPAssociation_instance
=== RUN   TestAccEC2EIPAssociation_networkInterface
=== PAUSE TestAccEC2EIPAssociation_networkInterface
=== RUN   TestAccEC2EIPAssociation_spotInstance
=== PAUSE TestAccEC2EIPAssociation_spotInstance
=== CONT  TestAccEC2EIPAssociation_basic
=== CONT  TestAccEC2EIPAssociation_networkInterface
--- PASS: TestAccEC2EIPAssociation_networkInterface (29.97s)
=== CONT  TestAccEC2EIPAssociation_spotInstance
--- PASS: TestAccEC2EIPAssociation_basic (106.88s)
=== CONT  TestAccEC2EIPAssociation_instance
--- PASS: TestAccEC2EIPAssociation_spotInstance (79.53s)
=== CONT  TestAccEC2EIPAssociation_disappears
--- PASS: TestAccEC2EIPAssociation_disappears (102.83s)
--- PASS: TestAccEC2EIPAssociation_instance (122.24s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	234.821s
Acceptance test output:

% AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccEC2EIPAssociation_ec2Classic' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIPAssociation_ec2Classic -timeout 180m
=== RUN   TestAccEC2EIPAssociation_ec2Classic
=== PAUSE TestAccEC2EIPAssociation_ec2Classic
=== CONT  TestAccEC2EIPAssociation_ec2Classic
--- PASS: TestAccEC2EIPAssociation_ec2Classic (171.31s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	177.345s
Acceptance test output:

% make testacc TESTARGS='-run=TestAccEC2EIP_association' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccEC2EIP_association -timeout 180m
=== RUN   TestAccEC2EIP_association
=== PAUSE TestAccEC2EIP_association
=== CONT  TestAccEC2EIP_association
--- PASS: TestAccEC2EIP_association (202.66s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	208.711s
@ewbankkit ewbankkit marked this pull request as ready for review September 1, 2022 18:06
@ewbankkit ewbankkit merged commit 9a1e362 into main Sep 1, 2022
@ewbankkit ewbankkit deleted the td-ec2-classic-retirement-phase2 branch September 1, 2022 20:41
@github-actions github-actions bot added this to the v4.29.0 milestone Sep 1, 2022
github-actions bot pushed a commit that referenced this pull request Sep 1, 2022
@github-actions
Copy link

github-actions bot commented Sep 2, 2022

This functionality has been released in v4.29.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Oct 4, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/autoscaling Issues and PRs that pertain to the autoscaling service. service/ec2 Issues and PRs that pertain to the ec2 service. service/elasticache Issues and PRs that pertain to the elasticache service. service/opsworks Issues and PRs that pertain to the opsworks service. service/rds Issues and PRs that pertain to the rds service. service/redshift Issues and PRs that pertain to the redshift service. service/vpc Issues and PRs that pertain to the vpc service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant