Skip to content

Commit eeb900f

Browse files
committed
Update aws provider 4.64.0
1 parent 7403b20 commit eeb900f

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.terraform.lock.hcl

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ module "static_site_hosting" {
6969
| Name | Version |
7070
|------|---------|
7171
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.4.4 |
72-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.63.0 |
72+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64.0 |
7373

7474
## Providers
7575

7676
| Name | Version |
7777
|------|---------|
78-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.63.0 |
79-
| <a name="provider_aws.useast1"></a> [aws.useast1](#provider\_aws.useast1) | 4.63.0 |
78+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.64.0 |
79+
| <a name="provider_aws.useast1"></a> [aws.useast1](#provider\_aws.useast1) | 4.64.0 |
8080

8181
## Resources
8282

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = ">= 4.63.0"
6+
version = ">= 4.64.0"
77
configuration_aliases = [aws.useast1]
88
}
99
}

0 commit comments

Comments
 (0)