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

Fix: aws_synthetics_canary generate correct timeout_in_seconds if not set in run_config #35177

Merged
merged 7 commits into from
Sep 5, 2024

Commits on Jan 7, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    7417a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd43f4 View commit details
    Browse the repository at this point in the history
  3. r/aws_synthetics_canary(test): fix deprecated runtime errors

    ```console
    % make testacc PKG=synthetics TESTS=TestAccSyntheticsCanary_
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.0 test ./internal/service/synthetics/... -v -count 1 -parallel 20 -run='TestAccSyntheticsCanary_'  -timeout 360m
    
    --- PASS: TestAccSyntheticsCanary_tags (88.14s)
    --- PASS: TestAccSyntheticsCanary_runtimeVersion (133.21s)
    --- PASS: TestAccSyntheticsCanary_run (168.45s)
    --- PASS: TestAccSyntheticsCanary_artifactEncryption (181.53s)
    --- PASS: TestAccSyntheticsCanary_startCanary (195.63s)
    --- PASS: TestAccSyntheticsCanary_runTracing (220.42s)
    --- PASS: TestAccSyntheticsCanary_runEnvironmentVariables (236.81s)
    --- PASS: TestAccSyntheticsCanary_disappears (239.22s)
    --- PASS: TestAccSyntheticsCanary_s3 (523.47s)
    --- PASS: TestAccSyntheticsCanary_StartCanary_codeChanges (573.71s)
    --- PASS: TestAccSyntheticsCanary_basic (579.43s)
    --- PASS: TestAccSyntheticsCanary_rate (644.30s)
    --- PASS: TestAccSyntheticsCanary_vpc (2152.74s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/synthetics 2158.743s
    
    ```
    jar-b committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    86c83d0 View commit details
    Browse the repository at this point in the history
  4. chore: changelog

    jar-b committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c5a5110 View commit details
    Browse the repository at this point in the history
  5. chore: make testacc-lint-fix

    jar-b committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    807ecc2 View commit details
    Browse the repository at this point in the history