-
Notifications
You must be signed in to change notification settings - Fork 121
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
2024-12-05 Schema Updates #2120
Conversation
…ta source schemas.
Is the |
I'll take a look and see if we can re-generate without issue now. |
Smoke tests still passing after removing suppression for AWS SageMaker cluster schema changes. % TF_LOG=ERROR make testacc PKG_NAME=internal/aws/logs TESTARGS='-run=TestAccAWSLogsLogGroup_\|TestAccAWSLogsLogGroupDataSource_'
TF_ACC=1 go test ./internal/aws/logs -v -count 1 -parallel 20 -run=TestAccAWSLogsLogGroup_\|TestAccAWSLogsLogGroupDataSource_ -timeout 180m
2024-12-05T15:11:30.924-0500 [ERROR] sdk.proto: Response contains error diagnostic: diagnostic_severity=ERROR tf_data_source_type=awscc_logs_log_group tf_req_id=46c1ae9b-0cb8-6a11-dd1d-9767c79eabb3 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_proto_version=6.7 tf_rpc=ReadDataSource diagnostic_summary="AWS Data Source Not Found" diagnostic_detail="After attempting to read the data source, the API returned a resource not found error for the id provided. Original Error: couldn't find resource"
--- PASS: TestAccAWSLogsLogGroupDataSource_NonExistent (0.98s)
--- PASS: TestAccAWSLogsLogGroupDataSource_basic (21.14s)
--- PASS: TestAccAWSLogsLogGroup_basic (26.20s)
--- PASS: TestAccAWSLogsLogGroup_disappears (26.67s)
--- PASS: TestAccAWSLogsLogGroup_update (34.23s)
PASS
ok github.com/hashicorp/terraform-provider-awscc/internal/aws/logs 35.243 |
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 🚀
Description
CloudFormation schema updates as of 2024-12-05.