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
|`tf_state_bucket`| String | AWS S3 bucket name to use for Terraform state. See [note](#s3-buckets-naming)|
237
237
|`tf_state_bucket_destroy`| Boolean | Force purge and deletion of S3 bucket defined. Any file contained there will be destroyed. `stack_destroy` must also be `true`. Default is `false`. |
238
238
|`additional_tags`| JSON | Add additional tags to the terraform [default tags](https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider), any tags put here will be added to all provisioned resources.|
239
+
|`ansible_start_docker_timeout`| String | Ammount of time in seconds it takes Ansible to mark as failed the startup of docker. Defaults to `300`.|
Copy file name to clipboardexpand all lines: action.yaml
+4-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,6 @@ inputs:
86
86
required: false
87
87
default: "8"
88
88
89
-
90
89
# EFS
91
90
aws_create_efs:
92
91
description: "Toggle to indicate whether to create and EFS and mount it to the ec2 as a part of the provisioning. Note: The EFS will be managed by the stack and will be destroyed along with the stack"
@@ -110,6 +109,9 @@ inputs:
110
109
# Stack management
111
110
stack_destroy:
112
111
description: 'Set to "true" to Destroy the stack. Will delete the elb_logs bucket after the destroy action runs.'
112
+
ansible_start_docker_timeout:
113
+
description: 'Ammount of time in seconds it takes Ansible to mark as failed the startup of docker. Defaults to `300`'
0 commit comments