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

[New Resource] : aws_globalaccelerator_cross_account_attachment #35991

Merged
merged 36 commits into from
Apr 23, 2024

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    b10ba5e View commit details
    Browse the repository at this point in the history
  2. address feedback

    kathmbeck committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ec3ff8d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. linter fixes

    kathmbeck committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    74f7d3c View commit details
    Browse the repository at this point in the history
  2. comments, changelog

    kathmbeck committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    dc8b9c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. lint/semgrep

    kathmbeck committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6f0d6c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    afe9198 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    060c260 View commit details
    Browse the repository at this point in the history
  2. Fix tfproviderdocs 'import section code block text should contain res…

    …ource name: aws_globalaccelerator_cross_account_attachment'.
    ewbankkit committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b448a48 View commit details
    Browse the repository at this point in the history
  3. Fix markdown-lint 'MD009/no-trailing-spaces Trailing spaces [Expected…

    …: 0 or 2; Actual: 1]'.
    ewbankkit committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7961266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    174ff98 View commit details
    Browse the repository at this point in the history
  5. Add 'TestSetDifference'.

    ewbankkit committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f2eef3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aacd972 View commit details
    Browse the repository at this point in the history
  7. Add 'flex.DiffSlices'.

    ewbankkit committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    07f2d61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5a1bf7 View commit details
    Browse the repository at this point in the history
  9. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccGlobalAcceleratorCrossAccountAttachment_basic' PKG=globalaccelerator
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.22.2 test ./internal/service/globalaccelerator/... -v -count 1 -parallel 20  -run=TestAccGlobalAcceleratorCrossAccountAttachment_basic -timeout 360m
    === RUN   TestAccGlobalAcceleratorCrossAccountAttachment_basic
    === PAUSE TestAccGlobalAcceleratorCrossAccountAttachment_basic
    === CONT  TestAccGlobalAcceleratorCrossAccountAttachment_basic
    --- PASS: TestAccGlobalAcceleratorCrossAccountAttachment_basic (30.41s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/globalaccelerator	41.164s
    ewbankkit committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    50c5979 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ba8e78 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    987e1b3 View commit details
    Browse the repository at this point in the history
  2. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccEC2EIPDataSource_filter\|TestAccEC2EIP_basic' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.22.2 test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccEC2EIPDataSource_filter\|TestAccEC2EIP_basic -timeout 360m
    === RUN   TestAccEC2EIPDataSource_filter
    === PAUSE TestAccEC2EIPDataSource_filter
    === RUN   TestAccEC2EIP_basic
    === PAUSE TestAccEC2EIP_basic
    === CONT  TestAccEC2EIPDataSource_filter
    === CONT  TestAccEC2EIP_basic
    --- PASS: TestAccEC2EIPDataSource_filter (18.78s)
    --- PASS: TestAccEC2EIP_basic (21.89s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	32.160s
    ewbankkit committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f180637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d275e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b91099 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    172661d View commit details
    Browse the repository at this point in the history
  6. Run 'make gen'.

    ewbankkit committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b52e889 View commit details
    Browse the repository at this point in the history
  7. Run 'go get github.com/aws/aws-sdk-go-v2/service/globalaccelerator@v1…

    ….23.1 && go mod tidy'.
    ewbankkit committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4889af3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b33949 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d91a0c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5393e43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a815b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b5e99b1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d4bedd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3500bd6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e88cd40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5f40b12 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13e92ce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ee9e525 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6aa0bbd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3577e15 View commit details
    Browse the repository at this point in the history