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
| <aname="input_arn_format"></a> [arn\_format](#input\_arn\_format)| ARN format to be used. May be changed to support deployment in GovCloud/China regions. |`string`|`"arn:aws"`| no |
67
+
| <aname="input_cache_bucket_name_include_account_id"></a> [cache\_bucket\_name\_include\_account\_id](#input\_cache\_bucket\_name\_include\_account\_id)| Boolean to add current account ID to cache bucket name. |`bool`|`true`| no |
68
+
| <aname="input_cache_bucket_prefix"></a> [cache\_bucket\_prefix](#input\_cache\_bucket\_prefix)| Prefix for s3 cache bucket name. |`string`|`""`| no |
69
+
| <aname="input_cache_bucket_set_random_suffix"></a> [cache\_bucket\_set\_random\_suffix](#input\_cache\_bucket\_set\_random\_suffix)| Random string suffix for s3 cache bucket |`bool`|`false`| no |
70
+
| <aname="input_cache_bucket_versioning"></a> [cache\_bucket\_versioning](#input\_cache\_bucket\_versioning)| Boolean used to enable versioning on the cache bucket, false by default. |`bool`|`false`| no |
71
+
| <aname="input_cache_expiration_days"></a> [cache\_expiration\_days](#input\_cache\_expiration\_days)| Number of days before cache objects expires. |`number`|`1`| no |
72
+
| <aname="input_cache_lifecycle_clear"></a> [cache\_lifecycle\_clear](#input\_cache\_lifecycle\_clear)| Enable the rule to cleanup the cache for expired objects. |`bool`|`true`| no |
73
+
| <aname="input_cache_lifecycle_prefix"></a> [cache\_lifecycle\_prefix](#input\_cache\_lifecycle\_prefix)| Object key prefix identifying one or more objects to which the clean up rule applies. |`string`|`"runner/"`| no |
74
+
| <aname="input_create_cache_bucket"></a> [create\_cache\_bucket](#input\_create\_cache\_bucket)| This module is by default included in the runner module. To disable the creation of the bucket this parameter can be disabled. |`bool`|`true`| no |
75
+
| <aname="input_environment"></a> [environment](#input\_environment)| A name that identifies the environment, used as prefix and for tagging. |`string`| n/a | yes |
76
+
| <aname="input_name_iam_objects"></a> [name\_iam\_objects](#input\_name\_iam\_objects)| Set the name prefix of all AWS IAM resources created by this module |`string`|`""`| no |
77
+
| <aname="input_tags"></a> [tags](#input\_tags)| Map of tags that will be added to created resources. By default resources will be tagged with name and environment. |`map(string)`|`{}`| no |
78
+
79
+
## Outputs
80
+
81
+
| Name | Description |
82
+
|------|-------------|
83
+
| <aname="output_arn"></a> [arn](#output\_arn)| The ARN of the created bucket. |
84
+
| <aname="output_bucket"></a> [bucket](#output\_bucket)| Name of the created bucket. |
85
+
| <aname="output_policy_arn"></a> [policy\_arn](#output\_policy\_arn)| Policy for users of the cache (bucket). |
0 commit comments