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/aws_ec2_network_insights_analysis - new resource #23532

Commits on Mar 6, 2022

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

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    a19b37d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8621b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    624c12a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cd1b4e View commit details
    Browse the repository at this point in the history
  5. r/aws_ec2_network_insights_path: Tidy up.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsPath_' 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=TestAccVPCNetworkInsightsPath_ -timeout 180m
    === RUN   TestAccVPCNetworkInsightsPath_basic
    === PAUSE TestAccVPCNetworkInsightsPath_basic
    === RUN   TestAccVPCNetworkInsightsPath_disappears
    === PAUSE TestAccVPCNetworkInsightsPath_disappears
    === RUN   TestAccVPCNetworkInsightsPath_tags
    === PAUSE TestAccVPCNetworkInsightsPath_tags
    === RUN   TestAccVPCNetworkInsightsPath_sourceIP
    === PAUSE TestAccVPCNetworkInsightsPath_sourceIP
    === RUN   TestAccVPCNetworkInsightsPath_destinationIP
    === PAUSE TestAccVPCNetworkInsightsPath_destinationIP
    === RUN   TestAccVPCNetworkInsightsPath_destinationPort
    === PAUSE TestAccVPCNetworkInsightsPath_destinationPort
    === CONT  TestAccVPCNetworkInsightsPath_basic
    === CONT  TestAccVPCNetworkInsightsPath_sourceIP
    --- PASS: TestAccVPCNetworkInsightsPath_basic (32.94s)
    === CONT  TestAccVPCNetworkInsightsPath_tags
    --- PASS: TestAccVPCNetworkInsightsPath_sourceIP (53.66s)
    === CONT  TestAccVPCNetworkInsightsPath_disappears
    --- PASS: TestAccVPCNetworkInsightsPath_disappears (27.09s)
    === CONT  TestAccVPCNetworkInsightsPath_destinationPort
    --- PASS: TestAccVPCNetworkInsightsPath_tags (68.74s)
    === CONT  TestAccVPCNetworkInsightsPath_destinationIP
    --- PASS: TestAccVPCNetworkInsightsPath_destinationPort (49.29s)
    --- PASS: TestAccVPCNetworkInsightsPath_destinationIP (49.52s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	158.503s
    ewbankkit committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2dca1a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85c54b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57a9ba5 View commit details
    Browse the repository at this point in the history
  8. r/aws_ec2_network_insights_analysis: Tidy up acceptance tests.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsAnalysis_' 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=TestAccVPCNetworkInsightsAnalysis_ -timeout 180m
    === RUN   TestAccVPCNetworkInsightsAnalysis_basic
    === PAUSE TestAccVPCNetworkInsightsAnalysis_basic
    === RUN   TestAccVPCNetworkInsightsAnalysis_disappears
    === PAUSE TestAccVPCNetworkInsightsAnalysis_disappears
    === RUN   TestAccVPCNetworkInsightsAnalysis_tags
    === PAUSE TestAccVPCNetworkInsightsAnalysis_tags
    === RUN   TestAccVPCNetworkInsightsAnalysis_filterInARNs
    === PAUSE TestAccVPCNetworkInsightsAnalysis_filterInARNs
    === RUN   TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === PAUSE TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === CONT  TestAccVPCNetworkInsightsAnalysis_basic
    === CONT  TestAccVPCNetworkInsightsAnalysis_filterInARNs
    --- PASS: TestAccVPCNetworkInsightsAnalysis_basic (55.37s)
    === CONT  TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    --- PASS: TestAccVPCNetworkInsightsAnalysis_waitForCompletion (40.52s)
    === CONT  TestAccVPCNetworkInsightsAnalysis_tags
    --- PASS: TestAccVPCNetworkInsightsAnalysis_filterInARNs (107.52s)
    === CONT  TestAccVPCNetworkInsightsAnalysis_disappears
    --- PASS: TestAccVPCNetworkInsightsAnalysis_disappears (49.21s)
    --- PASS: TestAccVPCNetworkInsightsAnalysis_tags (80.52s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	180.868s
    ewbankkit committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1e6416e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2bec96 View commit details
    Browse the repository at this point in the history
  10. Fix terrafmt error.

    ewbankkit committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5d94871 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    01ecf4a View commit details
    Browse the repository at this point in the history
  2. r/aws_ec2_network_insights_analysis: Add 'alternate_path_hints' attri…

    …bute.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion -timeout 180m
    === RUN   TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === PAUSE TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === CONT  TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    --- PASS: TestAccVPCNetworkInsightsAnalysis_waitForCompletion (40.52s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	44.715s
    ewbankkit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1037c98 View commit details
    Browse the repository at this point in the history
  3. r/aws_ec2_network_insights_analysis: Add 'explanations' attribute.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion -timeout 180m
    === RUN   TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === PAUSE TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === CONT  TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    --- PASS: TestAccVPCNetworkInsightsAnalysis_waitForCompletion (38.82s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	44.213s
    ewbankkit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8ce9928 View commit details
    Browse the repository at this point in the history
  4. r/aws_ec2_network_insights_analysis: Add 'forward_path_components' at…

    …tribute.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion -timeout 180m
    === RUN   TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === PAUSE TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === CONT  TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    --- PASS: TestAccVPCNetworkInsightsAnalysis_waitForCompletion (42.20s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	46.587s
    ewbankkit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6510a08 View commit details
    Browse the repository at this point in the history
  5. r/aws_ec2_network_insights_analysis: Add 'return_path_components' att…

    …ribute.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCNetworkInsightsAnalysis_waitForCompletion -timeout 180m
    === RUN   TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === PAUSE TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    === CONT  TestAccVPCNetworkInsightsAnalysis_waitForCompletion
    --- PASS: TestAccVPCNetworkInsightsAnalysis_waitForCompletion (40.25s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	45.050s
    ewbankkit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    cdd7abe View commit details
    Browse the repository at this point in the history
  6. % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsPath_' 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=TestAccVPCNetworkInsightsPath_ -timeout 180m
    === RUN   TestAccVPCNetworkInsightsPath_basic
    === PAUSE TestAccVPCNetworkInsightsPath_basic
    === RUN   TestAccVPCNetworkInsightsPath_disappears
    === PAUSE TestAccVPCNetworkInsightsPath_disappears
    === RUN   TestAccVPCNetworkInsightsPath_tags
    === PAUSE TestAccVPCNetworkInsightsPath_tags
    === RUN   TestAccVPCNetworkInsightsPath_sourceIP
    === PAUSE TestAccVPCNetworkInsightsPath_sourceIP
    === RUN   TestAccVPCNetworkInsightsPath_destinationIP
    === PAUSE TestAccVPCNetworkInsightsPath_destinationIP
    === RUN   TestAccVPCNetworkInsightsPath_destinationPort
    === PAUSE TestAccVPCNetworkInsightsPath_destinationPort
    === CONT  TestAccVPCNetworkInsightsPath_basic
    === CONT  TestAccVPCNetworkInsightsPath_sourceIP
    --- PASS: TestAccVPCNetworkInsightsPath_basic (25.86s)
    === CONT  TestAccVPCNetworkInsightsPath_tags
    --- PASS: TestAccVPCNetworkInsightsPath_sourceIP (41.87s)
    === CONT  TestAccVPCNetworkInsightsPath_destinationPort
    --- PASS: TestAccVPCNetworkInsightsPath_tags (51.12s)
    === CONT  TestAccVPCNetworkInsightsPath_destinationIP
    --- PASS: TestAccVPCNetworkInsightsPath_destinationPort (37.96s)
    === CONT  TestAccVPCNetworkInsightsPath_disappears
    --- PASS: TestAccVPCNetworkInsightsPath_disappears (21.85s)
    --- PASS: TestAccVPCNetworkInsightsPath_destinationIP (41.15s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	122.264s
    ewbankkit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6c276b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8e4ce2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a82bd9 View commit details
    Browse the repository at this point in the history
  9. d/aws_ec2_network_insights_analysis: New data source.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsPathDataSource_' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCNetworkInsightsPathDataSource_ -timeout 180m
    === RUN   TestAccVPCNetworkInsightsPathDataSource_basic
    === PAUSE TestAccVPCNetworkInsightsPathDataSource_basic
    === CONT  TestAccVPCNetworkInsightsPathDataSource_basic
    --- PASS: TestAccVPCNetworkInsightsPathDataSource_basic (24.09s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	28.145s
    ewbankkit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5fb0945 View commit details
    Browse the repository at this point in the history
  10. d/aws_ec2_network_insights_analysis: New data source.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccVPCNetworkInsightsAnalysisDataSource_' PKG=ec2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCNetworkInsightsAnalysisDataSource_ -timeout 180m
    === RUN   TestAccVPCNetworkInsightsAnalysisDataSource_basic
    === PAUSE TestAccVPCNetworkInsightsAnalysisDataSource_basic
    === CONT  TestAccVPCNetworkInsightsAnalysisDataSource_basic
    --- PASS: TestAccVPCNetworkInsightsAnalysisDataSource_basic (51.24s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	55.998s
    ewbankkit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    97744d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0baad93 View commit details
    Browse the repository at this point in the history