Skip to content

Commit 282fb08

Browse files
authored
Correct missing comma after <SECURITY_GROUP_ID> in machine provisioner policy (#9346)
1 parent 5e3c525 commit 282fb08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: jekyll/_cci2/server/v4.4/installation/phase-3-execution-environments.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ Create a `policy.json` file with the following content. You should fill in the I
813813
"arn:aws:ec2:*:*:network-interface/*",
814814
"arn:aws:ec2:*:*:placement-group/*",
815815
"arn:aws:ec2:*:*:subnet/*",
816-
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>"
816+
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>",
817817
"arn:aws:ec2:*:*:volume/*"
818818
]
819819
},

Diff for: jekyll/_cci2/server/v4.5/installation/phase-3-execution-environments.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ Create a `policy.json` file with the following content. You should fill in the I
813813
"arn:aws:ec2:*:*:network-interface/*",
814814
"arn:aws:ec2:*:*:placement-group/*",
815815
"arn:aws:ec2:*:*:subnet/*",
816-
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>"
816+
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>",
817817
"arn:aws:ec2:*:*:volume/*"
818818
]
819819
},

Diff for: jekyll/_cci2/server/v4.6/installation/phase-3-execution-environments.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ Create a `policy.json` file with the following content. You should fill in the I
812812
"arn:aws:ec2:*:*:network-interface/*",
813813
"arn:aws:ec2:*:*:placement-group/*",
814814
"arn:aws:ec2:*:*:subnet/*",
815-
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>"
815+
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>",
816816
"arn:aws:ec2:*:*:volume/*"
817817
]
818818
},

Diff for: jekyll/_includes/server/latest/installation/phase-3.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ Create a `policy.json` file with the following content. You should fill in the I
810810
"arn:aws:ec2:*:*:network-interface/*",
811811
"arn:aws:ec2:*:*:placement-group/*",
812812
"arn:aws:ec2:*:*:subnet/*",
813-
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>"
813+
"arn:aws:ec2:*:*:security-group/<SECURITY_GROUP_ID>",
814814
"arn:aws:ec2:*:*:volume/*"
815815
]
816816
},

0 commit comments

Comments
 (0)