[Bug]: Can not create aws_bedrock_custom_model resource with fine tuning job #39956
Labels
bug
Addresses a defect in current functionality.
service/bedrock
Issues and PRs that pertain to the bedrock service.
Terraform Core Version
Terraform v1.9.2 on darwin_amd64
AWS Provider Version
hashicorp/aws
Affected Resource(s)
aws_bedrock_custom_model
Expected Behavior
Running
terraform apply
should deploy the resources which includes S3 bucket, IAM roles and Bedrock custom model with fine tuning job.Actual Behavior
The
terraform apply
fails with following error:Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
provider.tf file looks like the following:
and the creation of the custom model with fine tuning job is:
Steps to Reproduce
terraform init
thenterraform plan
and/orterraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: