[Bug]: Since provider v5.73 aws_sagemaker_domain
inVpcOnly
mode throws ValidationException: AppSecurityGroupManagement ...
on Update
#39923
Labels
bug
Addresses a defect in current functionality.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
regression
Pertains to a degraded workflow resulting from an upstream patch or internal enhancement.
service/sagemaker
Issues and PRs that pertain to the sagemaker service.
Terraform Core Version
1.9.0
AWS Provider Version
5.73.0
Affected Resource(s)
aws_sagemaker_domain
Expected Behavior
aws_sagemaker_domain
executes successfullyaws_sagemaker_domain
executes successfullyActual Behavior
aws_sagemaker_domain
executes successfullyaws_sagemaker_domain
throws exceptionDetails:
After updating a domain with
app_network_access_type = "VpcOnly"
and RStudio disabled (see exemplary config below), the domain update throws the following exception:Relevant Error/Panic Output Snippet
Terraform Configuration Files
Exemplary config:
var.r_studio_enabled = false
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
Updates with the same config work for <v5.73.0 of the AWS Terraform provider
References
https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: