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_bucket_purpose"></a> [bucket\_purpose](#input\_bucket\_purpose)| Name to identify the bucket's purpose |`string`|`"tf-state"`| no |
63
-
| <aname="input_dynamodb_point_in_time_recovery"></a> [dynamodb\_point\_in\_time\_recovery](#input\_dynamodb\_point\_in\_time\_recovery)| Point-in-time recovery options |`bool`|`false`| no |
64
-
| <aname="input_dynamodb_table_name"></a> [dynamodb\_table\_name](#input\_dynamodb\_table\_name)| Name of the DynamoDB Table for locking Terraform state. |`string`|`"terraform-state-lock"`| no |
65
-
| <aname="input_dynamodb_table_tags"></a> [dynamodb\_table\_tags](#input\_dynamodb\_table\_tags)| Tags of the DynamoDB Table for locking Terraform state. |`map(string)`| <pre>{<br> "Automation": "Terraform",<br> "Name": "terraform-state-lock"<br>}</pre> | no |
66
-
| <aname="input_enable_s3_public_access_block"></a> [enable\_s3\_public\_access\_block](#input\_enable\_s3\_public\_access\_block)| Bool for toggling whether the s3 public access block resource should be enabled. |`bool`|`true`| no |
67
-
| <aname="input_log_bucket_versioning"></a> [log\_bucket\_versioning](#input\_log\_bucket\_versioning)| Bool for toggling versioning for log bucket |`bool`|`false`| no |
68
-
| <aname="input_log_name"></a> [log\_name](#input\_log\_name)| Log name (for backwards compatibility this can be modified to logs) |`string`|`"log"`| no |
69
-
| <aname="input_log_retention"></a> [log\_retention](#input\_log\_retention)| Log retention of access logs of state bucket. |`number`|`90`| no |
70
-
| <aname="input_manage_account_alias"></a> [manage\_account\_alias](#input\_manage\_account\_alias)| Manage the account alias as a resource. Set to 'false' if this behavior is not desired. |`bool`|`true`| no |
| <aname="input_state_bucket_tags"></a> [state\_bucket\_tags](#input\_state\_bucket\_tags)| Tags to associate with the bucket storing the Terraform state files |`map(string)`| <pre>{<br> "Automation": "Terraform"<br>}</pre> | no |
| bucket\_purpose | Name to identify the bucket's purpose |`string`|`"tf-state"`| no |
63
+
| dynamodb\_point\_in\_time\_recovery | Point-in-time recovery options |`bool`|`false`| no |
64
+
| dynamodb\_table\_name | Name of the DynamoDB Table for locking Terraform state. |`string`|`"terraform-state-lock"`| no |
65
+
| dynamodb\_table\_tags | Tags of the DynamoDB Table for locking Terraform state. |`map(string)`|```{ "Automation": "Terraform", "Name": "terraform-state-lock" }```| no |
66
+
| enable\_s3\_public\_access\_block | Bool for toggling whether the s3 public access block resource should be enabled. |`bool`|`true`| no |
67
+
| log\_bucket\_tags | Tags to associate with the bucket storing the Terraform state bucket logs |`map(string)`|```{ "Automation": "Terraform" }```| no |
68
+
| log\_bucket\_versioning | A string that indicates the versioning status for the log bucket. |`string`|`"Disabled"`| no |
69
+
| log\_name | Log name (for backwards compatibility this can be modified to logs) |`string`|`"log"`| no |
70
+
| log\_retention | Log retention of access logs of state bucket. |`number`|`90`| no |
71
+
| manage\_account\_alias | Manage the account alias as a resource. Set to 'false' if this behavior is not desired. |`bool`|`true`| no |
72
+
| region | AWS region. |`string`| n/a | yes |
73
+
| state\_bucket\_tags | Tags to associate with the bucket storing the Terraform state files |`map(string)`|```{ "Automation": "Terraform" }```| no |
73
74
74
75
## Outputs
75
76
76
77
| Name | Description |
77
78
|------|-------------|
78
-
| <aname="output_dynamodb_table"></a> [dynamodb\_table](#output\_dynamodb\_table)| The name of the dynamo db table |
79
-
| <aname="output_logging_bucket"></a> [logging\_bucket](#output\_logging\_bucket)| The logging\_bucket name |
80
-
| <aname="output_state_bucket"></a> [state\_bucket](#output\_state\_bucket)| The state\_bucket name |
81
-
82
-
<!--- END_TF_DOCS --->
79
+
| dynamodb\_table | The name of the dynamo db table |
80
+
| logging\_bucket | The logging\_bucket name |
81
+
| state\_bucket | The state\_bucket name |
82
+
<!-- END_TF_DOCS -->
83
83
84
84
## Bootstrapping
85
85
@@ -281,58 +281,3 @@ actions need to be performed.
281
281
git checkout -b update_bootstrap_for_<ORG>_<NAME>
282
282
git commit -am"Update the bootstrap stack to use the bootstrap terraform module"
| bucket\_purpose | Name to identify the bucket's purpose |`string`|`"tf-state"`| no |
319
-
| dynamodb\_point\_in\_time\_recovery | Point-in-time recovery options |`bool`|`false`| no |
320
-
| dynamodb\_table\_name | Name of the DynamoDB Table for locking Terraform state. |`string`|`"terraform-state-lock"`| no |
321
-
| dynamodb\_table\_tags | Tags of the DynamoDB Table for locking Terraform state. |`map(string)`|```{ "Automation": "Terraform", "Name": "terraform-state-lock" }```| no |
322
-
| enable\_s3\_public\_access\_block | Bool for toggling whether the s3 public access block resource should be enabled. |`bool`|`true`| no |
323
-
| log\_bucket\_tags | Tags to associate with the bucket storing the Terraform state bucket logs |`map(string)`|```{ "Automation": "Terraform" }```| no |
324
-
| log\_bucket\_versioning | A string that indicates the versioning status for the log bucket. |`string`|`"Disabled"`| no |
325
-
| log\_name | Log name (for backwards compatibility this can be modified to logs) |`string`|`"log"`| no |
326
-
| log\_retention | Log retention of access logs of state bucket. |`number`|`90`| no |
327
-
| manage\_account\_alias | Manage the account alias as a resource. Set to 'false' if this behavior is not desired. |`bool`|`true`| no |
328
-
| region | AWS region. |`string`| n/a | yes |
329
-
| state\_bucket\_tags | Tags to associate with the bucket storing the Terraform state files |`map(string)`|```{ "Automation": "Terraform" }```| no |
330
-
331
-
## Outputs
332
-
333
-
| Name | Description |
334
-
|------|-------------|
335
-
| dynamodb\_table | The name of the dynamo db table |
0 commit comments