Ghanshyam Gupta
Ghanshyam Gupta
I came across the same problem. now it is resolved now. The missing part is default_space_settings block in default_user_settings default_space_settings{ execution_role=module.sagemaker_domain_execution_role.default_execution_role } The complete code is below- ---------------------------sagemaker.tf----------------------------- data "aws_caller_identity"...
Please ensure that you should pass correct execution_role and security group with in it. default_space_settings { execution_role=module.sagemaker_domain_execution_role.default_execution_role //The security groups for the Amazon Virtual Private Cloud that the space uses...