From 2d0e53b5f087a29944c8ed5d6d487d4ab3a6c819 Mon Sep 17 00:00:00 2001 From: Adam Tebbe Date: Thu, 18 Sep 2025 12:40:12 -0400 Subject: [PATCH] Fixing a couple of typos in the login_node_for_res recipe where a space was missing --- recipes/pcs/login_node_for_res/assets/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pcs/login_node_for_res/assets/main.yml b/recipes/pcs/login_node_for_res/assets/main.yml index 55ee6608..c63255fe 100644 --- a/recipes/pcs/login_node_for_res/assets/main.yml +++ b/recipes/pcs/login_node_for_res/assets/main.yml @@ -59,7 +59,7 @@ Resources: - Sid: RESDynamoDBAccess Effect: Allow Action: "dynamodb:GetItem" - Resource: !Sub"arn:${AWS::Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${RESEnvironment}.cluster-settings" + Resource: !Sub "arn:${AWS::Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${RESEnvironment}.cluster-settings" Condition: ForAllValues:StringLike: "dynamodb:LeadingKeys": @@ -68,7 +68,7 @@ Resources: - Sid: RESS3Access Effect: Allow Action: "s3:GetObject" - Resource: !Sub"arn:${AWS::Partition}:s3:::${RESEnvironment}-cluster-${AWS::Region}-${AWS::AccountId}/idea/vdc/res-ready-install-script-packages/*" + Resource: !Sub "arn:${AWS::Partition}:s3:::${RESEnvironment}-cluster-${AWS::Region}-${AWS::AccountId}/idea/vdc/res-ready-install-script-packages/*" - Sid: GPUDriverAccess Effect: Allow Action: