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

F register target resource #31074

Merged
merged 22 commits into from
May 2, 2023

Commits on Apr 24, 2023

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

Commits on Apr 25, 2023

  1. adding waiters

    markoskandylis committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a12a386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd813f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

    markoskandylis committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    83e5424 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    f299187 View commit details
    Browse the repository at this point in the history
  2. adding update

    markoskandylis committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    67c24bc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Adding lambda

    markoskandylis committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    264b62a View commit details
    Browse the repository at this point in the history
  2. Succeded tests

    markoskandylis committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b3f4966 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. finished tests

    markoskandylis committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    2d14df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8f510 View commit details
    Browse the repository at this point in the history
  3. Run all tests

    markoskandylis committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    97f65ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c896714 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'f-register-target-resource' of github.com:markoskandyli…

    …s/terraform-provider-aws into f-register-target-resource
    markoskandylis committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5b49b13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92e1613 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. fixed conflicts

    markoskandylis committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7ade4c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23464d4 View commit details
    Browse the repository at this point in the history
  3. r/aws_vpclattice_target_group_attachment: Correct 'TestAccVPCLatticeT…

    …argetGroupAttachment_instance'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCLatticeTargetGroupAttachment_instance' PKG=vpclattice
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/vpclattice/... -v -count 1 -parallel 20  -run=TestAccVPCLatticeTargetGroupAttachment_instance -timeout 180m
    === RUN   TestAccVPCLatticeTargetGroupAttachment_instance
    === PAUSE TestAccVPCLatticeTargetGroupAttachment_instance
    === CONT  TestAccVPCLatticeTargetGroupAttachment_instance
    --- PASS: TestAccVPCLatticeTargetGroupAttachment_instance (137.07s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice	143.011s
    ewbankkit committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d2df152 View commit details
    Browse the repository at this point in the history
  4. r/aws_vpclattice_target_group_attachment: Correct 'TestAccVPCLatticeT…

    …argetGroupAttachment_ip'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCLatticeTargetGroupAttachment_ip' PKG=vpclattice
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/vpclattice/... -v -count 1 -parallel 20  -run=TestAccVPCLatticeTargetGroupAttachment_ip -timeout 180m
    === RUN   TestAccVPCLatticeTargetGroupAttachment_ip
    === PAUSE TestAccVPCLatticeTargetGroupAttachment_ip
    === CONT  TestAccVPCLatticeTargetGroupAttachment_ip
    --- PASS: TestAccVPCLatticeTargetGroupAttachment_ip (106.60s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice	111.940s
    ewbankkit committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8766667 View commit details
    Browse the repository at this point in the history
  5. r/aws_vpclattice_target_group_attachment: Correct 'TestAccVPCLatticeT…

    …argetGroupAttachment_lambda'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCLatticeTargetGroupAttachment_lambda' PKG=vpclattice
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/vpclattice/... -v -count 1 -parallel 20  -run=TestAccVPCLatticeTargetGroupAttachment_lambda -timeout 180m
    === RUN   TestAccVPCLatticeTargetGroupAttachment_lambda
    === PAUSE TestAccVPCLatticeTargetGroupAttachment_lambda
    === CONT  TestAccVPCLatticeTargetGroupAttachment_lambda
    --- PASS: TestAccVPCLatticeTargetGroupAttachment_lambda (38.79s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice	43.988s
    ewbankkit committed May 2, 2023
    Configuration menu
    Copy the full SHA
    326beaa View commit details
    Browse the repository at this point in the history
  6. r/aws_vpclattice_target_group_attachment: Correct 'TestAccVPCLatticeT…

    …argetGroupAttachment_alb'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCLatticeTargetGroupAttachment_alb' PKG=vpclattice
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/vpclattice/... -v -count 1 -parallel 20  -run=TestAccVPCLatticeTargetGroupAttachment_alb -timeout 180m
    === RUN   TestAccVPCLatticeTargetGroupAttachment_alb
    === PAUSE TestAccVPCLatticeTargetGroupAttachment_alb
    === CONT  TestAccVPCLatticeTargetGroupAttachment_alb
    --- PASS: TestAccVPCLatticeTargetGroupAttachment_alb (171.26s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice	176.815s
    ewbankkit committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0ee03c4 View commit details
    Browse the repository at this point in the history
  7. r/aws_vpclattice_target_group_attachment: Add 'TestAccVPCLatticeTarge…

    …tGroupAttachment_disappears'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCLatticeTargetGroupAttachment_disappears' PKG=vpclattice
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/vpclattice/... -v -count 1 -parallel 20  -run=TestAccVPCLatticeTargetGroupAttachment_disappears -timeout 180m
    === RUN   TestAccVPCLatticeTargetGroupAttachment_disappears
    === PAUSE TestAccVPCLatticeTargetGroupAttachment_disappears
    === CONT  TestAccVPCLatticeTargetGroupAttachment_disappears
    --- PASS: TestAccVPCLatticeTargetGroupAttachment_disappears (117.02s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice	122.966s
    ewbankkit committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e9417e8 View commit details
    Browse the repository at this point in the history