Skip to content

Commit

Permalink
Add CreateListner API to AddTags condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasonably committed Mar 2, 2023
1 parent 9dbcbc9 commit 768ac88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/install/iam_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"Condition": {
"StringEquals": {
"elasticloadbalancing:CreateAction": [
"CreateListener",
"CreateTargetGroup",
"CreateLoadBalancer"
]
Expand Down
1 change: 1 addition & 0 deletions docs/install/iam_policy_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
"Condition": {
"StringEquals": {
"elasticloadbalancing:CreateAction": [
"CreateListener",
"CreateTargetGroup",
"CreateLoadBalancer"
]
Expand Down
1 change: 1 addition & 0 deletions docs/install/iam_policy_us-gov.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
"Condition": {
"StringEquals": {
"elasticloadbalancing:CreateAction": [
"CreateListener",
"CreateTargetGroup",
"CreateLoadBalancer"
]
Expand Down

0 comments on commit 768ac88

Please sign in to comment.