-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
New Resource: aws_athena_data_catalog #22968
New Resource: aws_athena_data_catalog #22968
Conversation
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
bschaatsbergen can you rebase? |
…sets default values
6c83fe3
to
c7b8dc1
Compare
Rebased, I have to check this PR again honestly as it's been some time and I ran into w/e I mentioned above here. What do you think? @DrFaust92 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTS=TestAccAthenaDataCatalog_ PKG=athena ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/athena/... -v -count 1 -parallel 3 -run='TestAccAthenaDataCatalog_' -timeout 180m
=== RUN TestAccAthenaDataCatalog_basic
=== PAUSE TestAccAthenaDataCatalog_basic
=== RUN TestAccAthenaDataCatalog_tags
=== PAUSE TestAccAthenaDataCatalog_tags
=== RUN TestAccAthenaDataCatalog_type_lambda
=== PAUSE TestAccAthenaDataCatalog_type_lambda
=== RUN TestAccAthenaDataCatalog_type_hive
=== PAUSE TestAccAthenaDataCatalog_type_hive
=== RUN TestAccAthenaDataCatalog_type_glue
=== PAUSE TestAccAthenaDataCatalog_type_glue
=== RUN TestAccAthenaDataCatalog_parameters
=== PAUSE TestAccAthenaDataCatalog_parameters
=== CONT TestAccAthenaDataCatalog_basic
=== CONT TestAccAthenaDataCatalog_type_hive
=== CONT TestAccAthenaDataCatalog_parameters
--- PASS: TestAccAthenaDataCatalog_type_hive (19.62s)
=== CONT TestAccAthenaDataCatalog_type_lambda
--- PASS: TestAccAthenaDataCatalog_basic (19.69s)
=== CONT TestAccAthenaDataCatalog_type_glue
--- PASS: TestAccAthenaDataCatalog_parameters (31.56s)
=== CONT TestAccAthenaDataCatalog_tags
--- PASS: TestAccAthenaDataCatalog_type_lambda (17.85s)
--- PASS: TestAccAthenaDataCatalog_type_glue (17.84s)
--- PASS: TestAccAthenaDataCatalog_tags (43.76s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/athena 79.182s
…stAccAthenaDataCatalog TestAccDataCatalog]'.
This functionality has been released in v4.12.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Relates #22714
Output from acceptance testing: