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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,13 @@ Environment Variables:
109
109
110
110
*`AWS_CODE_DEPLOY_DEPLOYMENT_GROUP_NAME` (required): Deployment group name
111
111
*`AWS_CODE_DEPLOY_SERVICE_ROLE_ARN` (required): Service role arn giving permissions to use Code Deploy when creating a deployment group
112
-
*`AWS_CODE_DEPLOY_EC2_TAG_FILTERS` (optional): EC2 tags to filter on when creating a deployment group
112
+
*`AWS_CODE_DEPLOY_EC2_TAG_FILTERS` (optional): EC2 tags to filter on when creating a deployment group. Specify as a string with the following comma separated keys:
113
+
***Key***string*
114
+
***Value***string*
115
+
***Type***string* - Either: `KEY_ONLY` or `VALUE_ONLY` or `KEY_AND_VALUE`
116
+
117
+
For example: `AWS_CODE_DEPLOY_EC2_TAG_FILTERS="Key=Type,Value=www,Type=KEY_AND_VALUE"`
118
+
113
119
*`AWS_CODE_DEPLOY_AUTO_SCALING_GROUPS` (optional): Auto Scaling groups when creating a deployment group
0 commit comments