@@ -62,23 +62,24 @@ permissions:
62
62
63
63
Following inputs can be used as ` step.with` keys
64
64
65
- | Name | Required | Type | Description |
66
- |----------------------------|----------|---------|-----------------------------------------------------------------|
67
- | `aws_access_key` | No | String | IAM Access Key. |
68
- | `aws_secret_key` | No | String | IAM Secret Key. |
69
- | `aws_region` | No | String | AWS Region (default : ` us-east-1` ). |
70
- | `codedeploy_name` | Yes | String | CodeDeploy Project Name. |
71
- | `codedeploy_group` | Yes | String | CodeDeploy Project Group. |
72
- | `codedeploy_config_name` | No | String | If provided, override the default CodeDeploy Configuration name |
73
- | `codedeploy_register_only` | No | Boolean | If true, revision is registered not deployed. |
74
- | `s3_bucket` | Yes | String | S3 Bucket for archive to be uploaded. |
75
- | `s3_folder` | Yes | String | S3 Folder for archive to be uploaded within bucket. |
76
- | `excluded_files` | No | String | Space delimited list of patterns to exclude from archive |
77
- | `directory` | No | String | Directory to archive. Defaults to root of project. |
78
- | `custom_zip_flags` | No | String | Flags to pass to `zip` command. (ie `zip "$FLAGS" ...`) |
79
- | `archive` | No | String | Zip to deploy. Defaults to empty (thus ignored) |
80
- | `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default : ` 60` ) |
81
- | `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
65
+ | Name | Required | Type | Description |
66
+ |-----------------------------------|----------|---------|-------------------------------------------------------------------|
67
+ | `aws_access_key` | No | String | IAM Access Key. |
68
+ | `aws_secret_key` | No | String | IAM Secret Key. |
69
+ | `aws_region` | No | String | AWS Region (default : ` us-east-1` ). |
70
+ | `codedeploy_name` | Yes | String | CodeDeploy Project Name. |
71
+ | `codedeploy_group` | Yes | String | CodeDeploy Project Group. |
72
+ | `codedeploy_config_name` | No | String | If provided, override the default CodeDeploy Configuration name |
73
+ | `codedeploy_register_only` | No | Boolean | If true, revision is registered not deployed. |
74
+ | `codedeploy_file_exists_behavior` | No | String | If provided, override the default CodeDeploy File Exists Behavior |
75
+ | `s3_bucket` | Yes | String | S3 Bucket for archive to be uploaded. |
76
+ | `s3_folder` | Yes | String | S3 Folder for archive to be uploaded within bucket. |
77
+ | `excluded_files` | No | String | Space delimited list of patterns to exclude from archive |
78
+ | `directory` | No | String | Directory to archive. Defaults to root of project. |
79
+ | `custom_zip_flags` | No | String | Flags to pass to `zip` command. (ie `zip "$FLAGS" ...`) |
80
+ | `archive` | No | String | Zip to deploy. Defaults to empty (thus ignored) |
81
+ | `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default : ` 60` ) |
82
+ | `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
82
83
83
84
# ## outputs
84
85
@@ -162,4 +163,4 @@ For deploying via CodeDeploy you will need another set of permissions.
162
163
` ` `
163
164
164
165
* These permissions are a rough example of allowing the user to list/get/register a revision for all resources
165
- * A specific permission statement exists to lock creating the deployment to a specific resource
166
+ * A specific permission statement exists to lock creating the deployment to a specific resource
0 commit comments