From 577978d4900fcde37a37be1c84ca620cc7f2ca10 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Tue, 7 May 2024 15:15:07 +0800 Subject: [PATCH] feat(aws): allow update route tables (#80) --- modules/aws/files/bootstrap_role_iam_policy.json.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/aws/files/bootstrap_role_iam_policy.json.tpl b/modules/aws/files/bootstrap_role_iam_policy.json.tpl index 4ecb534..ff3500c 100644 --- a/modules/aws/files/bootstrap_role_iam_policy.json.tpl +++ b/modules/aws/files/bootstrap_role_iam_policy.json.tpl @@ -215,6 +215,8 @@ "ec2:CreateNetworkInterface", "ec2:CreateRoute", "ec2:CreateRouteTable", + "ec2:ReplaceRoute", + "ec2:ReplaceRouteTableAssociation", "ec2:CreateSecurityGroup", "ec2:CreateSubnet", "ec2:CreateTags",