-
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
Feature/refactor tagging code to use keyvaluetags for aws sagemaker resources #10829
Feature/refactor tagging code to use keyvaluetags for aws sagemaker resources #10829
Conversation
…configuration resource
e625d99
to
f737a4f
Compare
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, thanks @kterada0509 🚀
--- PASS: TestAccAWSSagemakerNotebookInstanceLifecycleConfiguration_Basic (13.09s)
--- PASS: TestAccAWSSagemakerNotebookInstanceLifecycleConfiguration_Update (17.58s)
--- PASS: TestAccAWSSagemakerModel_vpcConfig (28.38s)
--- PASS: TestAccAWSSagemakerModel_primaryContainerEnvironment (32.37s)
--- PASS: TestAccAWSSagemakerModel_tags (38.38s)
--- PASS: TestAccAWSSagemakerModel_primaryContainerModelDataUrl (57.25s)
--- PASS: TestAccAWSSagemakerModel_networkIsolation (58.30s)
--- PASS: TestAccAWSSagemakerEndpointConfiguration_KmsKeyId (66.96s)
--- PASS: TestAccAWSSagemakerEndpointConfiguration_ProductionVariants_InitialVariantWeight (69.81s)
--- PASS: TestAccAWSSagemakerEndpointConfiguration_Basic (72.72s)
--- PASS: TestAccAWSSagemakerModel_containers (80.18s)
--- PASS: TestAccAWSSagemakerEndpointConfiguration_ProductionVariants_AcceleratorType (83.74s)
--- PASS: TestAccAWSSagemakerModel_primaryContainerHostname (84.47s)
--- PASS: TestAccAWSSagemakerModel_basic (87.51s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (281.64s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (298.15s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (304.80s)
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (309.15s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (556.12s)
--- PASS: TestAccAWSSagemakerEndpoint_Tags (585.78s)
--- PASS: TestAccAWSSagemakerEndpoint_basic (593.07s)
--- PASS: TestAccAWSSagemakerEndpoint_EndpointConfigName (991.56s)
@@ -84,6 +84,7 @@ var serviceNames = []string{ | |||
"redshift", | |||
"resourcegroups", | |||
"route53resolver", | |||
"sagemaker", |
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.
Good catch 😄
This has been released in version 2.36.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates #10688
Release note for CHANGELOG:
Output from acceptance testing:
aws_sagemaker_endpoint
aws_sagemaker_endpoint_configuration
aws_sagemaker_model
aws_sagemaker_noteboo_instance