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

Added data source 'aws_eips'. #7537

Merged
merged 109 commits into from
Jan 25, 2022
Merged

Commits on May 6, 2019

  1. Added data source 'aws_eips'.

    David Chamard committed May 6, 2019
    Configuration menu
    Copy the full SHA
    d41b93f View commit details
    Browse the repository at this point in the history
  2. Added link to main page for eips

    David Chamard committed May 6, 2019
    Configuration menu
    Copy the full SHA
    49ad0a5 View commit details
    Browse the repository at this point in the history
  3. Fixed link based on new format

    David Chamard committed May 6, 2019
    Configuration menu
    Copy the full SHA
    e52ee8d View commit details
    Browse the repository at this point in the history
  4. Support tags filter only

    David Chamard committed May 6, 2019
    Configuration menu
    Copy the full SHA
    dde952e View commit details
    Browse the repository at this point in the history
  5. Added back filter

    David Chamard committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1df2832 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Doc fixes

    David Chamard committed May 9, 2019
    Configuration menu
    Copy the full SHA
    68ca312 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. aws_vpn_connection resource's customer_gateway_configuration should b…

    …e sensitive because the xml contains tunnel psk
    
    Signed-off-by: Ben Dean <[email protected]>
    b-dean authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4ff915e View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ac6fec9 View commit details
    Browse the repository at this point in the history
  3. Fix data source aws_vpc_peering_connections

    The data source errors out if there are no connections to return, but
    should instead return an empty array and let the user decide.
    Boran Car authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4f2950c View commit details
    Browse the repository at this point in the history
  4. Prevent potential panics

    borancar authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    85e8830 View commit details
    Browse the repository at this point in the history
  5. Re-add fmt

    borancar authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    82867a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    929adb3 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG for hashicorp#22664

    anGie44 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d1116cc View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    anGie44 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4cb8d32 View commit details
    Browse the repository at this point in the history
  9. add acceptance test coverage

    anGie44 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    06d4dd1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    014c543 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd485f7 View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG for hashicorp#5132

    anGie44 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    fa892a0 View commit details
    Browse the repository at this point in the history
  13. first draft

    Signed-off-by: Andrea Quintino <[email protected]>
    dirk39 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4b4ba07 View commit details
    Browse the repository at this point in the history
  14. ok

    Signed-off-by: Andrea Quintino <[email protected]>
    dirk39 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    89ef24b View commit details
    Browse the repository at this point in the history
  15. test ok. manage destroy

    Signed-off-by: Andrea Quintino <[email protected]>
    dirk39 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a7e4283 View commit details
    Browse the repository at this point in the history
  16. test ok. destroy ok

    Signed-off-by: Andrea Quintino <[email protected]>
    dirk39 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    efeeafa View commit details
    Browse the repository at this point in the history
  17. test ok. destroy ok

    Signed-off-by: Andrea Quintino <[email protected]>
    dirk39 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4ead8c4 View commit details
    Browse the repository at this point in the history
  18. updated doc

    Signed-off-by: dirk39 <[email protected]>
    dirk39 authored and ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    7081296 View commit details
    Browse the repository at this point in the history
  19. Revert "updated doc"

    This reverts commit 068311a.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9efb223 View commit details
    Browse the repository at this point in the history
  20. Revert "test ok. destroy ok"

    This reverts commit 8d7b56c.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    cf3aa75 View commit details
    Browse the repository at this point in the history
  21. Revert "test ok. destroy ok"

    This reverts commit b415b48.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    6aad5c8 View commit details
    Browse the repository at this point in the history
  22. Revert "test ok. manage destroy"

    This reverts commit 972ff5e.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    dfa49c7 View commit details
    Browse the repository at this point in the history
  23. Revert "ok"

    This reverts commit d74c36c.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    41d6293 View commit details
    Browse the repository at this point in the history
  24. Revert "first draft"

    This reverts commit 484f292.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    23b4ad2 View commit details
    Browse the repository at this point in the history
  25. r/aws_default_subnet: Full resource life cycle. First baby steps.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=eu-west-2 make testacc TESTARGS='-run=TestAccEC2DefaultSubnet_basic' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultSubnet_basic -timeout 180m
    === RUN   TestAccEC2DefaultSubnet_basic
    === PAUSE TestAccEC2DefaultSubnet_basic
    === CONT  TestAccEC2DefaultSubnet_basic
        default_subnet_test.go:17: Step 1/1 error: After applying this test step, the plan was not empty.
            stdout:
    
            Terraform used the selected providers to generate the following execution
            plan. Resource actions are indicated with the following symbols:
              ~ update in-place
    
            Terraform will perform the following actions:
    
              # aws_default_subnet.test will be updated in-place
              ~ resource "aws_default_subnet" "test" {
                    id                                             = "subnet-5e636b26"
                  ~ map_public_ip_on_launch                        = true -> false
                    # (15 unchanged attributes hidden)
                }
    
            Plan: 0 to add, 1 to change, 0 to destroy.
    --- FAIL: TestAccEC2DefaultSubnet_basic (10.19s)
    FAIL
    FAIL    github.com/hashicorp/terraform-provider-aws/internal/service/ec2        13.707s
    FAIL
    make: *** [testacc] Error 1
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ec7a894 View commit details
    Browse the repository at this point in the history
  26. r/aws_default_subnet: Full resource life cycle. Playing with some ide…

    …as...
    
    Acceptance test output:
    
    % AWS_DEFAULT_REGION=eu-west-2 make testacc TESTARGS='-run=TestAccEC2DefaultSubnet_basic' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultSubnet_basic -timeout 180m
    === RUN   TestAccEC2DefaultSubnet_basic
    === PAUSE TestAccEC2DefaultSubnet_basic
    === CONT  TestAccEC2DefaultSubnet_basic
    --- PASS: TestAccEC2DefaultSubnet_basic (26.14s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        29.867s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8a47012 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1a7e808 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bfdc5f5 View commit details
    Browse the repository at this point in the history
  29. r/aws_default_subnet: Complete 'modifySubnetAttributesOnCreate'.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=eu-west-2 make testacc TESTARGS='-run=TestAccEC2DefaultSubnet_basic' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultSubnet_basic -timeout 180m
    === RUN   TestAccEC2DefaultSubnet_basic
    === PAUSE TestAccEC2DefaultSubnet_basic
    === CONT  TestAccEC2DefaultSubnet_basic
    --- PASS: TestAccEC2DefaultSubnet_basic (16.30s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        20.128s
    % make testacc TESTARGS='-run=TestAccEC2Subnet_' PKG=ec2 ACCTEST_PARALLELISM=5
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 5  -run=TestAccEC2Subnet_ -timeout 180m
    === RUN   TestAccEC2Subnet_basic
    === PAUSE TestAccEC2Subnet_basic
    === RUN   TestAccEC2Subnet_tags
    === PAUSE TestAccEC2Subnet_tags
    === RUN   TestAccEC2Subnet_DefaultTags_providerOnly
    === PAUSE TestAccEC2Subnet_DefaultTags_providerOnly
    === RUN   TestAccEC2Subnet_DefaultTags_updateToProviderOnly
    === PAUSE TestAccEC2Subnet_DefaultTags_updateToProviderOnly
    === RUN   TestAccEC2Subnet_DefaultTags_updateToResourceOnly
    === PAUSE TestAccEC2Subnet_DefaultTags_updateToResourceOnly
    === RUN   TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag
    === PAUSE TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag
    === RUN   TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag
    === PAUSE TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag
    === RUN   TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag
    === PAUSE TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag
    === RUN   TestAccEC2Subnet_defaultAndIgnoreTags
    === PAUSE TestAccEC2Subnet_defaultAndIgnoreTags
    === RUN   TestAccEC2Subnet_updateTagsKnownAtApply
    === PAUSE TestAccEC2Subnet_updateTagsKnownAtApply
    === RUN   TestAccEC2Subnet_ignoreTags
    === PAUSE TestAccEC2Subnet_ignoreTags
    === RUN   TestAccEC2Subnet_ipv6
    === PAUSE TestAccEC2Subnet_ipv6
    === RUN   TestAccEC2Subnet_enableIPv6
    === PAUSE TestAccEC2Subnet_enableIPv6
    === RUN   TestAccEC2Subnet_availabilityZoneID
    === PAUSE TestAccEC2Subnet_availabilityZoneID
    === RUN   TestAccEC2Subnet_disappears
    === PAUSE TestAccEC2Subnet_disappears
    === RUN   TestAccEC2Subnet_customerOwnedIPv4Pool
    === PAUSE TestAccEC2Subnet_customerOwnedIPv4Pool
    === RUN   TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch
    === PAUSE TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch
    === RUN   TestAccEC2Subnet_mapPublicIPOnLaunch
    === PAUSE TestAccEC2Subnet_mapPublicIPOnLaunch
    === RUN   TestAccEC2Subnet_outpost
    === PAUSE TestAccEC2Subnet_outpost
    === RUN   TestAccEC2Subnet_enableDNS64
    === PAUSE TestAccEC2Subnet_enableDNS64
    === RUN   TestAccEC2Subnet_privateDnsNameOptionsOnLaunch
    === PAUSE TestAccEC2Subnet_privateDnsNameOptionsOnLaunch
    === RUN   TestAccEC2Subnet_ipv6Native
    === PAUSE TestAccEC2Subnet_ipv6Native
    === CONT  TestAccEC2Subnet_basic
    === CONT  TestAccEC2Subnet_enableIPv6
    === CONT  TestAccEC2Subnet_ipv6Native
    === CONT  TestAccEC2Subnet_privateDnsNameOptionsOnLaunch
    === CONT  TestAccEC2Subnet_enableDNS64
    --- PASS: TestAccEC2Subnet_basic (36.19s)
    === CONT  TestAccEC2Subnet_outpost
    --- PASS: TestAccEC2Subnet_ipv6Native (36.51s)
    === CONT  TestAccEC2Subnet_mapPublicIPOnLaunch
    === CONT  TestAccEC2Subnet_outpost
        acctest.go:1254: skipping since no Outposts found
    --- SKIP: TestAccEC2Subnet_outpost (0.62s)
    === CONT  TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch
        acctest.go:1254: skipping since no Outposts found
    --- SKIP: TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch (0.55s)
    === CONT  TestAccEC2Subnet_customerOwnedIPv4Pool
        acctest.go:1254: skipping since no Outposts found
    --- SKIP: TestAccEC2Subnet_customerOwnedIPv4Pool (0.60s)
    === CONT  TestAccEC2Subnet_disappears
    --- PASS: TestAccEC2Subnet_disappears (27.28s)
    === CONT  TestAccEC2Subnet_availabilityZoneID
    --- PASS: TestAccEC2Subnet_availabilityZoneID (31.74s)
    === CONT  TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag
    --- PASS: TestAccEC2Subnet_enableIPv6 (105.09s)
    === CONT  TestAccEC2Subnet_ipv6
    --- PASS: TestAccEC2Subnet_enableDNS64 (123.19s)
    === CONT  TestAccEC2Subnet_ignoreTags
    --- PASS: TestAccEC2Subnet_mapPublicIPOnLaunch (110.55s)
    === CONT  TestAccEC2Subnet_updateTagsKnownAtApply
    --- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag (77.30s)
    === CONT  TestAccEC2Subnet_defaultAndIgnoreTags
    --- PASS: TestAccEC2Subnet_privateDnsNameOptionsOnLaunch (181.07s)
    === CONT  TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag
    --- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag (2.01s)
    === CONT  TestAccEC2Subnet_DefaultTags_updateToProviderOnly
    --- PASS: TestAccEC2Subnet_ignoreTags (63.57s)
    === CONT  TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag
    --- PASS: TestAccEC2Subnet_ipv6 (105.70s)
    === CONT  TestAccEC2Subnet_DefaultTags_updateToResourceOnly
    --- PASS: TestAccEC2Subnet_updateTagsKnownAtApply (77.98s)
    === CONT  TestAccEC2Subnet_DefaultTags_providerOnly
    --- PASS: TestAccEC2Subnet_DefaultTags_updateToProviderOnly (62.21s)
    === CONT  TestAccEC2Subnet_tags
    --- PASS: TestAccEC2Subnet_defaultAndIgnoreTags (72.81s)
    --- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag (83.96s)
    --- PASS: TestAccEC2Subnet_DefaultTags_updateToResourceOnly (60.94s)
    --- PASS: TestAccEC2Subnet_DefaultTags_providerOnly (80.64s)
    --- PASS: TestAccEC2Subnet_tags (77.07s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        328.734s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a430617 View commit details
    Browse the repository at this point in the history
  30. r/aws_default_subnet: Set tags on resource Create.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccEC2DefaultSubnet_basic' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultSubnet_basic -timeout 180m
    === RUN   TestAccEC2DefaultSubnet_basic
    === PAUSE TestAccEC2DefaultSubnet_basic
    === CONT  TestAccEC2DefaultSubnet_basic
    --- PASS: TestAccEC2DefaultSubnet_basic (14.52s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        18.126s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e8c1ebb View commit details
    Browse the repository at this point in the history
  31. r/aws_default_subnet: Corrections after some testing.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccEC2DefaultSubnet_basic' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultSubnet_basic -timeout 180m
    === RUN   TestAccEC2DefaultSubnet_basic
    === PAUSE TestAccEC2DefaultSubnet_basic
    === CONT  TestAccEC2DefaultSubnet_basic
    --- PASS: TestAccEC2DefaultSubnet_basic (14.92s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        18.662s
    % make testacc TESTARGS='-run=TestAccEC2Subnet_' PKG=ec2 ACCTEST_PARALLELISM=5
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 5  -run=TestAccEC2Subnet_ -timeout 180m
    === RUN   TestAccEC2Subnet_basic
    === PAUSE TestAccEC2Subnet_basic
    === RUN   TestAccEC2Subnet_tags
    === PAUSE TestAccEC2Subnet_tags
    === RUN   TestAccEC2Subnet_DefaultTags_providerOnly
    === PAUSE TestAccEC2Subnet_DefaultTags_providerOnly
    === RUN   TestAccEC2Subnet_DefaultTags_updateToProviderOnly
    === PAUSE TestAccEC2Subnet_DefaultTags_updateToProviderOnly
    === RUN   TestAccEC2Subnet_DefaultTags_updateToResourceOnly
    === PAUSE TestAccEC2Subnet_DefaultTags_updateToResourceOnly
    === RUN   TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag
    === PAUSE TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag
    === RUN   TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag
    === PAUSE TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag
    === RUN   TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag
    === PAUSE TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag
    === RUN   TestAccEC2Subnet_defaultAndIgnoreTags
    === PAUSE TestAccEC2Subnet_defaultAndIgnoreTags
    === RUN   TestAccEC2Subnet_updateTagsKnownAtApply
    === PAUSE TestAccEC2Subnet_updateTagsKnownAtApply
    === RUN   TestAccEC2Subnet_ignoreTags
    === PAUSE TestAccEC2Subnet_ignoreTags
    === RUN   TestAccEC2Subnet_ipv6
    === PAUSE TestAccEC2Subnet_ipv6
    === RUN   TestAccEC2Subnet_enableIPv6
    === PAUSE TestAccEC2Subnet_enableIPv6
    === RUN   TestAccEC2Subnet_availabilityZoneID
    === PAUSE TestAccEC2Subnet_availabilityZoneID
    === RUN   TestAccEC2Subnet_disappears
    === PAUSE TestAccEC2Subnet_disappears
    === RUN   TestAccEC2Subnet_customerOwnedIPv4Pool
    === PAUSE TestAccEC2Subnet_customerOwnedIPv4Pool
    === RUN   TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch
    === PAUSE TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch
    === RUN   TestAccEC2Subnet_mapPublicIPOnLaunch
    === PAUSE TestAccEC2Subnet_mapPublicIPOnLaunch
    === RUN   TestAccEC2Subnet_outpost
    === PAUSE TestAccEC2Subnet_outpost
    === RUN   TestAccEC2Subnet_enableDNS64
    === PAUSE TestAccEC2Subnet_enableDNS64
    === RUN   TestAccEC2Subnet_privateDnsNameOptionsOnLaunch
    === PAUSE TestAccEC2Subnet_privateDnsNameOptionsOnLaunch
    === RUN   TestAccEC2Subnet_ipv6Native
    === PAUSE TestAccEC2Subnet_ipv6Native
    === CONT  TestAccEC2Subnet_basic
    === CONT  TestAccEC2Subnet_ipv6Native
    === CONT  TestAccEC2Subnet_ipv6
    === CONT  TestAccEC2Subnet_privateDnsNameOptionsOnLaunch
    === CONT  TestAccEC2Subnet_customerOwnedIPv4Pool
        acctest.go:1254: skipping since no Outposts found
    --- SKIP: TestAccEC2Subnet_customerOwnedIPv4Pool (1.37s)
    === CONT  TestAccEC2Subnet_disappears
    --- PASS: TestAccEC2Subnet_disappears (23.43s)
    === CONT  TestAccEC2Subnet_availabilityZoneID
    --- PASS: TestAccEC2Subnet_basic (27.28s)
    === CONT  TestAccEC2Subnet_enableIPv6
    --- PASS: TestAccEC2Subnet_ipv6Native (28.20s)
    === CONT  TestAccEC2Subnet_outpost
        acctest.go:1254: skipping since no Outposts found
    --- SKIP: TestAccEC2Subnet_outpost (0.61s)
    === CONT  TestAccEC2Subnet_enableDNS64
    --- PASS: TestAccEC2Subnet_availabilityZoneID (27.75s)
    === CONT  TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch
        acctest.go:1254: skipping since no Outposts found
    --- SKIP: TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch (0.56s)
    === CONT  TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag
    --- PASS: TestAccEC2Subnet_ipv6 (88.78s)
    === CONT  TestAccEC2Subnet_mapPublicIPOnLaunch
    --- PASS: TestAccEC2Subnet_enableIPv6 (86.63s)
    === CONT  TestAccEC2Subnet_ignoreTags
    --- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag (61.66s)
    === CONT  TestAccEC2Subnet_updateTagsKnownAtApply
    --- PASS: TestAccEC2Subnet_enableDNS64 (108.53s)
    === CONT  TestAccEC2Subnet_defaultAndIgnoreTags
    --- PASS: TestAccEC2Subnet_privateDnsNameOptionsOnLaunch (166.30s)
    === CONT  TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag
    --- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag (1.07s)
    === CONT  TestAccEC2Subnet_DefaultTags_updateToProviderOnly
    --- PASS: TestAccEC2Subnet_ignoreTags (53.90s)
    === CONT  TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag
    --- PASS: TestAccEC2Subnet_updateTagsKnownAtApply (64.59s)
    === CONT  TestAccEC2Subnet_DefaultTags_updateToResourceOnly
    --- PASS: TestAccEC2Subnet_mapPublicIPOnLaunch (98.55s)
    === CONT  TestAccEC2Subnet_DefaultTags_providerOnly
    --- PASS: TestAccEC2Subnet_defaultAndIgnoreTags (57.14s)
    === CONT  TestAccEC2Subnet_tags
    --- PASS: TestAccEC2Subnet_DefaultTags_updateToProviderOnly (43.11s)
    --- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag (56.84s)
    --- PASS: TestAccEC2Subnet_DefaultTags_updateToResourceOnly (47.42s)
    --- PASS: TestAccEC2Subnet_DefaultTags_providerOnly (62.50s)
    --- PASS: TestAccEC2Subnet_tags (63.53s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        261.856s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    032d221 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f5b3c9f View commit details
    Browse the repository at this point in the history
  33. r/aws_default_vpc: Don't reuse ResourceVPC's schema.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccEC2DefaultVPC_basic' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultVPC_basic -timeout 180m
    === RUN   TestAccEC2DefaultVPC_basic
    === PAUSE TestAccEC2DefaultVPC_basic
    === CONT  TestAccEC2DefaultVPC_basic
    --- PASS: TestAccEC2DefaultVPC_basic (21.81s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	25.294s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a488c43 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6392c5e View commit details
    Browse the repository at this point in the history
  35. r/aws_default_vpc: IPv6 changes.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccEC2DefaultVPC_basic' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultVPC_basic -timeout 180m
    === RUN   TestAccEC2DefaultVPC_basic
    === PAUSE TestAccEC2DefaultVPC_basic
    === CONT  TestAccEC2DefaultVPC_basic
    --- PASS: TestAccEC2DefaultVPC_basic (21.50s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	24.967s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8ad66f3 View commit details
    Browse the repository at this point in the history
  36. r/aws_default_vpc: Test IPv6 changes.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccEC2DefaultVPC_assignGeneratedIPv6CIDRBlock' PKG_NAME=internal/service/ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2DefaultVPC_assignGeneratedIPv6CIDRBlock -timeout 180m
    === RUN   TestAccEC2DefaultVPC_assignGeneratedIPv6CIDRBlock
    === PAUSE TestAccEC2DefaultVPC_assignGeneratedIPv6CIDRBlock
    === CONT  TestAccEC2DefaultVPC_assignGeneratedIPv6CIDRBlock
    --- PASS: TestAccEC2DefaultVPC_assignGeneratedIPv6CIDRBlock (32.31s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	39.501s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4a753d1 View commit details
    Browse the repository at this point in the history
  37. r/aws_default_vpc and r/aws_default_subnet: Serialize tests.

    Acceptance test output:
    
    % make testacc TESTS=TestAccEC2DefaultVPCAndSubnet_serial PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2DefaultVPCAndSubnet_serial'  -timeout 180m
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/basic
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/basic
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/assignGeneratedIPv6CIDRBlock
    --- PASS: TestAccEC2DefaultVPCAndSubnet_serial (63.64s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet (14.60s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/basic (14.60s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC (49.04s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/basic (18.14s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/assignGeneratedIPv6CIDRBlock (30.90s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	67.232s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f6b8080 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8607515 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e25e316 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4f71d54 View commit details
    Browse the repository at this point in the history
  41. r/aws_default_vpc and r/aws_default_subnet: Check existence in TestCa…

    …se.CheckDestroy.
    
    Acceptance test output:
    
    % make testacc TESTS=TestAccEC2DefaultVPCAndSubnet_serial PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2DefaultVPCAndSubnet_serial'  -timeout 180m
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/basic
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/assignGeneratedIPv6CIDRBlock
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/basic
    --- PASS: TestAccEC2DefaultVPCAndSubnet_serial (89.54s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC (72.98s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/basic (41.84s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/assignGeneratedIPv6CIDRBlock (31.14s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet (16.56s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/basic (16.56s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	93.528s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    148faa8 View commit details
    Browse the repository at this point in the history
  42. Add CHANGELOG entry.

    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    7c2672b View commit details
    Browse the repository at this point in the history
  43. d/aws_vpcs: Return empty list when no VPCs match.

    % make testacc TESTARGS='-run=TestAccEC2VPCsDataSource_' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2VPCsDataSource_ -timeout 180m
    === RUN   TestAccEC2VPCsDataSource_basic
    === PAUSE TestAccEC2VPCsDataSource_basic
    === RUN   TestAccEC2VPCsDataSource_tags
    === PAUSE TestAccEC2VPCsDataSource_tags
    === RUN   TestAccEC2VPCsDataSource_filters
    === PAUSE TestAccEC2VPCsDataSource_filters
    === RUN   TestAccEC2VPCsDataSource_empty
    === PAUSE TestAccEC2VPCsDataSource_empty
    === CONT  TestAccEC2VPCsDataSource_basic
    === CONT  TestAccEC2VPCsDataSource_filters
    === CONT  TestAccEC2VPCsDataSource_empty
    === CONT  TestAccEC2VPCsDataSource_tags
    --- PASS: TestAccEC2VPCsDataSource_empty (11.70s)
    --- PASS: TestAccEC2VPCsDataSource_basic (22.28s)
    --- PASS: TestAccEC2VPCsDataSource_tags (23.42s)
    --- PASS: TestAccEC2VPCsDataSource_filters (23.45s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	27.424s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    76a4ef2 View commit details
    Browse the repository at this point in the history
  44. EC2: 'testCheckResourceAttrGreaterThanValue' -> 'acctest.CheckResourc…

    …eAttrGreaterThanValue'.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8364e13 View commit details
    Browse the repository at this point in the history
  45. EKS: 'testCheckResourceAttrGreaterThanValue' -> 'acctest.CheckResourc…

    …eAttrGreaterThanValue'.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    560608c View commit details
    Browse the repository at this point in the history
  46. r/aws_default_subnet: Add 'testAccEC2DefaultSubnet_privateDnsNameOpti…

    …onsOnLaunch'.
    
    % make testacc TESTS=TestAccEC2DefaultVPCAndSubnet_serial/Subnet/privateDnsNameOptionsOnLaunch PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2DefaultVPCAndSubnet_serial/Subnet/privateDnsNameOptionsOnLaunch'  -timeout 180m
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/privateDnsNameOptionsOnLaunch
    --- PASS: TestAccEC2DefaultVPCAndSubnet_serial (48.51s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet (48.51s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/privateDnsNameOptionsOnLaunch (48.51s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	52.165s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    40c026b View commit details
    Browse the repository at this point in the history
  47. r/aws_default_vpc: Add force_destroy and create new tests.

    % AWS_DEFAULT_REGION=eu-west-2 make testacc TESTS=TestAccEC2DefaultVPCAndSubnet_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='TestAccEC2DefaultVPCAndSubnet_serial/VPC'  -timeout 180m
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.basic
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.assignGeneratedIPv6CIDRBlock
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.forceDestroy
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.basic
        default_vpc_test.go:56: Deleting existing default VPC: vpc-0952d31628cc2a7ba
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.assignGeneratedIPv6CIDRBlock
        default_vpc_test.go:56: Deleting existing default VPC: vpc-07b89ae85c358b75f
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.forceDestroy
        default_vpc_test.go:56: Deleting existing default VPC: vpc-0599d53adb4a24651
    --- PASS: TestAccEC2DefaultVPCAndSubnet_serial (203.38s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC (203.38s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.basic (22.97s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.assignGeneratedIPv6CIDRBlock (33.03s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.forceDestroy (50.79s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.basic (25.39s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.assignGeneratedIPv6CIDRBlock (36.82s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.forceDestroy (34.38s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	207.630s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    1c98f56 View commit details
    Browse the repository at this point in the history
  48. r/aws_default_subnet: Additional tests.

    % AWS_DEFAULT_REGION=eu-west-2 make testacc TESTS=TestAccEC2DefaultVPCAndSubnet_serial/Subnet PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2DefaultVPCAndSubnet_serial/Subnet'  -timeout 180m
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.basic
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.ipv6
    --- PASS: TestAccEC2DefaultVPCAndSubnet_serial (150.53s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet (150.53s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch (29.08s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.basic (28.64s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.ipv6 (92.81s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	154.075s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    681707e View commit details
    Browse the repository at this point in the history
  49. r/aws_default_subnet: Ensure default subnets are recreated.

    % AWS_DEFAULT_REGION=eu-west-2 make testacc TESTS=TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing'  -timeout 180m
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.basic
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.forceDestroy
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.ipv6
    --- PASS: TestAccEC2DefaultVPCAndSubnet_serial (192.57s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet (192.57s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch (49.32s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.basic (33.13s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.forceDestroy (19.62s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.ipv6 (90.50s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	199.777s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    14272a4 View commit details
    Browse the repository at this point in the history
  50. r/aws_default_subnet & r/aws_default_vpc: Don't run acceptance tests …

    …in the standard region(s) as other resources' tests (e.g. aws_instance) implicitly use default subnets.
    
    Acceptance test output:
    
    % AWS_DEFAULT_REGION=eu-west-2 make testacc TESTS=TestAccEC2DefaultVPCAndSubnet_serial PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2DefaultVPCAndSubnet_serial'  -timeout 180m
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.basic
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.assignGeneratedIPv6CIDRBlock
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.forceDestroy
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.basic
        default_vpc_test.go:61: Deleting existing default VPC: vpc-070f87de6a2504c87
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.assignGeneratedIPv6CIDRBlock
        default_vpc_test.go:61: Deleting existing default VPC: vpc-08068b0353ebbae41
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.forceDestroy
        default_vpc_test.go:61: Deleting existing default VPC: vpc-09610d2f3e1ffba00
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.forceDestroy
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.ipv6
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/notFound.basic
        default_subnet_test.go:62: Deleting existing default subnet: subnet-0a60a9666d2edfb92
        default_subnet_test.go:62: Deleting existing default subnet: subnet-0d5b5572150325e38
        default_subnet_test.go:62: Deleting existing default subnet: subnet-055f31bb2650e3b86
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/notFound.ipv6Native
        default_subnet_test.go:62: Deleting existing default subnet: subnet-07b62a14e35e531c8
        default_subnet_test.go:62: Deleting existing default subnet: subnet-03e145e9e3a5db6e6
        default_subnet_test.go:62: Deleting existing default subnet: subnet-0e2ba115852876dc6
    === RUN   TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.basic
    --- PASS: TestAccEC2DefaultVPCAndSubnet_serial (467.10s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC (233.68s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.basic (46.26s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.assignGeneratedIPv6CIDRBlock (32.89s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/existing.forceDestroy (52.24s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.basic (27.52s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.assignGeneratedIPv6CIDRBlock (40.93s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/VPC/notFound.forceDestroy (33.84s)
        --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet (233.42s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.forceDestroy (22.89s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.ipv6 (64.95s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch (41.24s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/notFound.basic (21.50s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/notFound.ipv6Native (64.50s)
            --- PASS: TestAccEC2DefaultVPCAndSubnet_serial/Subnet/existing.basic (18.33s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	470.792s
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    02574a0 View commit details
    Browse the repository at this point in the history
  51. Documentation updates.

    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    dfd36ba View commit details
    Browse the repository at this point in the history
  52. Merge pull request hashicorp#15806 from b-dean/b-aws_vpn_connection.c…

    …ustomer_gateway_configuration-sensitive
    
    aws_vpn_connection resource's customer_gateway_configuration should be sensitive
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e7f6a69 View commit details
    Browse the repository at this point in the history
  53. Add new data source

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    aed088f View commit details
    Browse the repository at this point in the history
  54. Add tests

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d7fb925 View commit details
    Browse the repository at this point in the history
  55. Add changelog

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    df5afa4 View commit details
    Browse the repository at this point in the history
  56. Fix terrafmt errors

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    71c9415 View commit details
    Browse the repository at this point in the history
  57. Add documentation page

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    551e3df View commit details
    Browse the repository at this point in the history
  58. Add a blank line between imports

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0651098 View commit details
    Browse the repository at this point in the history
  59. Missing entry after rebase.

    ewbankkit authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    675f977 View commit details
    Browse the repository at this point in the history
  60. dataexchange dataset

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c96aa26 View commit details
    Browse the repository at this point in the history
  61. changelog

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c35ccde View commit details
    Browse the repository at this point in the history
  62. docs cat

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ce948b7 View commit details
    Browse the repository at this point in the history
  63. docs fix

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    1484d06 View commit details
    Browse the repository at this point in the history
  64. sweep

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d2b402d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    9b52c82 View commit details
    Browse the repository at this point in the history
  66. Add new data source

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0df1da0 View commit details
    Browse the repository at this point in the history
  67. Add data source to the provider

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a869564 View commit details
    Browse the repository at this point in the history
  68. Add an acceptance test

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    10b40bd View commit details
    Browse the repository at this point in the history
  69. Add documentation page

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    6cca5f5 View commit details
    Browse the repository at this point in the history
  70. Add changelog

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    96c6427 View commit details
    Browse the repository at this point in the history
  71. Fix terrafmt errors

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2cf08bb View commit details
    Browse the repository at this point in the history
  72. Remove redundant whitespaces

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    1e31213 View commit details
    Browse the repository at this point in the history
  73. Remove hardcoded region

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    cf5e89b View commit details
    Browse the repository at this point in the history
  74. Add missing prefix

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    231dc9c View commit details
    Browse the repository at this point in the history
  75. Correct name

    kamilturek authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    290520e View commit details
    Browse the repository at this point in the history
  76. apigw export

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d4f6dfb View commit details
    Browse the repository at this point in the history
  77. fmt

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ed5dc48 View commit details
    Browse the repository at this point in the history
  78. fmt

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2cd250d View commit details
    Browse the repository at this point in the history
  79. changelog

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    984f26a View commit details
    Browse the repository at this point in the history
  80. apigw datasource

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    fcee144 View commit details
    Browse the repository at this point in the history
  81. changelog

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4181701 View commit details
    Browse the repository at this point in the history
  82. sdk id

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    594d29f View commit details
    Browse the repository at this point in the history
  83. fmt

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    06965b6 View commit details
    Browse the repository at this point in the history
  84. fmt

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    68bd4c4 View commit details
    Browse the repository at this point in the history
  85. fmt

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b2e22b7 View commit details
    Browse the repository at this point in the history
  86. Update api_gateway_sdk.html.markdown

    ewbankkit authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    14eacd5 View commit details
    Browse the repository at this point in the history
  87. Update api_gateway_sdk.html.markdown

    ewbankkit authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3f71bab View commit details
    Browse the repository at this point in the history
  88. apigw v2 export api

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    35c9327 View commit details
    Browse the repository at this point in the history
  89. changelog

    DrFaust92 authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    97f9edd View commit details
    Browse the repository at this point in the history
  90. Update 22732.txt

    ewbankkit authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ea81dff View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    deda445 View commit details
    Browse the repository at this point in the history
  92. d/aws_apigatewayv2_export: Fix 'Error: error exporting Gateway v2 API…

    … (o1hlpon70b): BadRequestException: No deployment is available in the stage tf-acc-test-5885592264819914276'.
    ewbankkit authored and anGie44 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a461715 View commit details
    Browse the repository at this point in the history
  93. Revert "Doc fixes"

    This reverts commit 68ca312.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    173f784 View commit details
    Browse the repository at this point in the history
  94. Revert "Added back filter"

    This reverts commit 1df2832.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    51fef24 View commit details
    Browse the repository at this point in the history
  95. Revert "Support tags filter only"

    This reverts commit dde952e.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    28ef323 View commit details
    Browse the repository at this point in the history
  96. Revert "Fixed link based on new format"

    This reverts commit e52ee8d.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ecb483c View commit details
    Browse the repository at this point in the history
  97. Revert "Added link to main page for eips"

    This reverts commit 49ad0a5.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0f3c29c View commit details
    Browse the repository at this point in the history
  98. Revert "Added data source 'aws_eips'."

    This reverts commit d41b93f.
    ewbankkit committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5106224 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    cc6b477 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Add 'FindEIPs'.

    ewbankkit committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f2ff73a View commit details
    Browse the repository at this point in the history
  2. Add 'aws_eips' data source.

    ewbankkit committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2d26fb9 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry.

    ewbankkit committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    45c805b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6632ffa View commit details
    Browse the repository at this point in the history