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

r/internet_gateway_attachment - new resource #16386

Merged
merged 7 commits into from
Feb 23, 2022

Commits on Feb 21, 2022

  1. igw attachment resource

    DrFaust92 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e8eb937 View commit details
    Browse the repository at this point in the history
  2. changelog

    DrFaust92 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    667cdec View commit details
    Browse the repository at this point in the history
  3. docs

    DrFaust92 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    c467305 View commit details
    Browse the repository at this point in the history
  4. fmt

    DrFaust92 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e7ae971 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    46d34ed View commit details
    Browse the repository at this point in the history
  2. r/aws_internet_gateway_attachment: Tweak resource ID creation and par…

    …sing.
    
    Acceptance test output:
    
    % make testacc TESTS=TestAccEC2InternetGatewayAttachment_ PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2InternetGatewayAttachment_'  -timeout 180m
    === RUN   TestAccEC2InternetGatewayAttachment_basic
    === PAUSE TestAccEC2InternetGatewayAttachment_basic
    === RUN   TestAccEC2InternetGatewayAttachment_disappears
    === PAUSE TestAccEC2InternetGatewayAttachment_disappears
    === CONT  TestAccEC2InternetGatewayAttachment_basic
    === CONT  TestAccEC2InternetGatewayAttachment_disappears
    --- PASS: TestAccEC2InternetGatewayAttachment_disappears (19.35s)
    --- PASS: TestAccEC2InternetGatewayAttachment_basic (35.54s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	42.869s
    ewbankkit committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    895761c View commit details
    Browse the repository at this point in the history
  3. r/aws_internet_gateway_attachment: Change 'vpc_id' to ForceNew.

    Acceptance test output:
    
    % make testacc TESTS=TestAccEC2InternetGatewayAttachment_ PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2InternetGatewayAttachment_'  -timeout 180m
    === RUN   TestAccEC2InternetGatewayAttachment_basic
    === PAUSE TestAccEC2InternetGatewayAttachment_basic
    === RUN   TestAccEC2InternetGatewayAttachment_disappears
    === PAUSE TestAccEC2InternetGatewayAttachment_disappears
    === CONT  TestAccEC2InternetGatewayAttachment_basic
    === CONT  TestAccEC2InternetGatewayAttachment_disappears
    --- PASS: TestAccEC2InternetGatewayAttachment_disappears (17.48s)
    --- PASS: TestAccEC2InternetGatewayAttachment_basic (19.54s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	23.881s
    ewbankkit committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    8cb7cb2 View commit details
    Browse the repository at this point in the history