|
1 | 1 | ## Requirements |
2 | 2 |
|
3 | | -| Name | Version | |
4 | | -| ------------------------------------------------------------------------ | ---------- | |
5 | | -| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | >= 0.12.29 | |
6 | | -| <a name="requirement_aws"></a> [aws](#requirement_aws) | >= 4.0 | |
| 3 | +| Name | Version | |
| 4 | +|------|---------| |
| 5 | +| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12.29 | |
| 6 | +| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 | |
7 | 7 |
|
8 | 8 | ## Providers |
9 | 9 |
|
10 | | -| Name | Version | |
11 | | -| ------------------------------------------------ | ------- | |
12 | | -| <a name="provider_aws"></a> [aws](#provider_aws) | >= 4.0 | |
| 10 | +| Name | Version | |
| 11 | +|------|---------| |
| 12 | +| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 | |
13 | 13 |
|
14 | 14 | ## Modules |
15 | 15 |
|
16 | 16 | No modules. |
17 | 17 |
|
18 | 18 | ## Resources |
19 | 19 |
|
20 | | -| Name | Type | |
21 | | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | |
22 | | -| [aws_dynamodb_table.dynamodb_terraform_state_lock](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table) | resource | |
23 | | -| [aws_kms_key.ndr_state_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key) | resource | |
24 | | -| [aws_s3_bucket.ndr_lock_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource | |
25 | | -| [aws_s3_bucket_acl.ndr_lock_bucket_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl) | resource | |
26 | | -| [aws_s3_bucket_ownership_controls.s3_bucket_acl_ownership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_ownership_controls) | resource | |
27 | | -| [aws_s3_bucket_public_access_block.public_access_block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block) | resource | |
28 | | -| [aws_s3_bucket_server_side_encryption_configuration.example](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration) | resource | |
29 | | -| [aws_s3_bucket_versioning.ndr_s3_state](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_versioning) | resource | |
30 | | -| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source | |
| 20 | +| Name | Type | |
| 21 | +|------|------| |
| 22 | +| [aws_dynamodb_table.dynamodb_terraform_state_lock](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table) | resource | |
| 23 | +| [aws_kms_key.ndr_state_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key) | resource | |
| 24 | +| [aws_s3_bucket.ndr_lock_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource | |
| 25 | +| [aws_s3_bucket_acl.ndr_lock_bucket_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl) | resource | |
| 26 | +| [aws_s3_bucket_ownership_controls.s3_bucket_acl_ownership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_ownership_controls) | resource | |
| 27 | +| [aws_s3_bucket_public_access_block.public_access_block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block) | resource | |
| 28 | +| [aws_s3_bucket_server_side_encryption_configuration.example](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration) | resource | |
| 29 | +| [aws_s3_bucket_versioning.ndr_s3_state](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_versioning) | resource | |
| 30 | +| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source | |
31 | 31 |
|
32 | 32 | ## Inputs |
33 | 33 |
|
34 | | -| Name | Description | Type | Default | Required | |
35 | | -| ------------------------------------------------------------------ | --------------------------------------- | -------- | ------------- | :------: | |
36 | | -| <a name="input_environment"></a> [environment](#input_environment) | Environment to bootstrap | `string` | n/a | yes | |
37 | | -| <a name="input_region"></a> [region](#input_region) | The region to be used for bootstrapping | `string` | `"eu-west-2"` | no | |
| 34 | +| Name | Description | Type | Default | Required | |
| 35 | +|------|-------------|------|---------|:--------:| |
| 36 | +| <a name="input_environment"></a> [environment](#input\_environment) | Environment to bootstrap | `string` | n/a | yes | |
| 37 | +| <a name="input_region"></a> [region](#input\_region) | The region to be used for bootstrapping | `string` | `"eu-west-2"` | no | |
38 | 38 |
|
39 | 39 | ## Outputs |
40 | 40 |
|
|
0 commit comments