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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ No requirements.
109
109
| repository\_credentials | name or ARN of a secrets manager secret (arn:aws:secretsmanager:region:aws\_account\_id:secret:secret\_name) |`string`|`""`| no |
110
110
| repository\_credentials\_kms\_key | key id, key ARN, alias name or alias ARN of the key that encrypted the repository credentials |`string`|`"alias/aws/secretsmanager"`| no |
111
111
| service\_registry\_arn | ARN of aws\_service\_discovery\_service resource |`string`|`""`| no |
112
+
| sg\_name\_prefix | A prefix used for Security group name. |`string`|`""`| no |
112
113
| tags | A map of tags (key-value pairs) passed to resources. |`map(string)`|`{}`| no |
113
114
| target\_group\_name | The name for the tasks target group |`string`|`""`| no |
114
115
| task\_container\_assign\_public\_ip | Assigned public IP to the container. |`bool`|`false`| no |
0 commit comments