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

d/aws_redshift_data_shares: new data source #35937

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 22, 2024

  1. d/aws_redshift_data_shares: new data source

    This data source will allow practitioners to list existing Redshift data shares in a given region.
    
    ```
    make testacc PKG=redshift TESTS=TestAccRedshiftDataSharesDataSource_
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/redshift/... -v -count 1 -parallel 20 -run='TestAccRedshiftDataSharesDataSource_'  -timeout 360m
    
    --- PASS: TestAccRedshiftDataSharesDataSource_basic (298.64s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/redshift   305.822s
    ```
    jar-b committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fd82cf3 View commit details
    Browse the repository at this point in the history