File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module "state_storage" {
2626
2727| Name | Version |
2828| ------| ---------|
29- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.40.0 |
29+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.40.0 |
3030
3131## Resources
3232
@@ -35,9 +35,11 @@ module "state_storage" {
3535| [ aws_dynamodb_table.terraform_locks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table ) | resource |
3636| [ aws_s3_bucket.terraform_state] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) | resource |
3737| [ aws_s3_bucket_lifecycle_configuration.terraform_state] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration ) | resource |
38+ | [ aws_s3_bucket_policy.terraform_state_policy] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy ) | resource |
3839| [ aws_s3_bucket_public_access_block.terraform_state] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block ) | resource |
3940| [ aws_s3_bucket_server_side_encryption_configuration.terraform_state] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration ) | resource |
4041| [ aws_s3_bucket_versioning.terraform_state] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_versioning ) | resource |
42+ | [ aws_caller_identity.current] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity ) | data source |
4143
4244## Inputs
4345
You can’t perform that action at this time.
0 commit comments