You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,7 @@ allow_github_webhooks = true
245
245
| internal | Whether the load balancer is internal or external |`bool`|`false`| no |
246
246
| mount\_points | Container mount points. This is a list of maps, where each map should contain a `containerPath` and `sourceVolume`. The `readOnly` key is optional. |`list`|`[]`| no |
247
247
| name | Name to use on all resources created (VPC, ALB, etc) |`string`|`"atlantis"`| no |
248
+
| permissions\_boundary | If provided, all IAM roles will be created with this permissions boundary attached. |`string`|`null`| no |
248
249
| policies\_arn | A list of the ARN of the policies you want to apply |`list(string)`| <pre>[<br> "arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy"<br>]</pre> | no |
249
250
| private\_subnet\_ids | A list of IDs of existing private subnets inside the VPC |`list(string)`|`[]`| no |
250
251
| private\_subnets | A list of private subnets inside the VPC |`list(string)`|`[]`| no |
0 commit comments