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

feat: new datasource spot datafeed subscription #39647

Merged
merged 10 commits into from
Nov 6, 2024

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. fix: improve formatting

    - fix import  issues
    - fix markdown issues
    - fix terraform format issues
    stefanfreitag committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9bedd06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f2eed View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

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

Commits on Nov 5, 2024

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

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    16d1307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97cc366 View commit details
    Browse the repository at this point in the history
  3. d/aws_spot_datafeed_subscription(test): serialize tests

    ```console
    % make testacc PKG=ec2 TESTS=TestAccEC2SpotDatafeedSubscription_serial/
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.2 test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2SpotDatafeedSubscription_serial/'  -timeout 360m
    2024/11/06 13:26:03 Initializing Terraform AWS Provider...
    
    --- PASS: TestAccEC2SpotDatafeedSubscription_serial (63.60s)
        --- PASS: TestAccEC2SpotDatafeedSubscription_serial/SpotDatafeedSubscription (43.38s)
            --- PASS: TestAccEC2SpotDatafeedSubscription_serial/SpotDatafeedSubscription/basic (23.09s)
            --- PASS: TestAccEC2SpotDatafeedSubscription_serial/SpotDatafeedSubscription/disappears (20.29s)
        --- PASS: TestAccEC2SpotDatafeedSubscription_serial/SpotDatafeedSubscriptionDataSource (20.22s)
            --- PASS: TestAccEC2SpotDatafeedSubscription_serial/SpotDatafeedSubscriptionDataSource/basic (20.22s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        70.306s
    ```
    jar-b committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a0ed347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b645e82 View commit details
    Browse the repository at this point in the history