Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-tnguyen committed Nov 13, 2024
1 parent a3e68f4 commit a4b1bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion role_policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ data "aws_iam_policy_document" "role_permissions_policy" {
"sagemaker:InvokeEndpoint",
"sagemaker:InvokeEndpointWithResponseStream",
"sagemaker:ListEndpointConfigs",
"sagemaker:ListModels",
"sagemaker:ListEndpoints",
"sagemaker:ListModels",
"sagemaker:UpdateEndpoint",
"sagemaker:UpdateEndpointWeightsAndCapacities"
]
Expand Down

0 comments on commit a4b1bae

Please sign in to comment.