Skip to content

Commit

Permalink
Fix curly double quotes. (#58217)
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshc committed Apr 24, 2024
1 parent 8cf1b3b commit 5adc0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cloudformation/cloud_formation_stack.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Resources:
# SageMaker Invoke Endpoint access
- Effect: Allow
Action: 'sagemaker:InvokeEndpoint'
Resource: !Sub arn:aws:sagemaker:${AWS::Region}:${AWS::AccountId}:endpoint/gen-ai-*
Resource: !Sub "arn:aws:sagemaker:${AWS::Region}:${AWS::AccountId}:endpoint/gen-ai-*"

# ---------------------------------------------
# Frontend Servers
Expand Down

0 comments on commit 5adc0aa

Please sign in to comment.