Skip to content

Commit 402299d

Browse files
committed
(update): s3 to version 1.1.3
1 parent 34b73c6 commit 402299d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ module "lambda" {
9494
| Name | Version |
9595
|---------------------------------------------------------------|---------|
9696
| <a name="provider_archive"></a> [archive](#provider\_archive) | 2.2.0 |
97-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.29.0 |
97+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.36.0 |
9898

9999
## Modules
100100

101101
| Name | Source | Version |
102102
|--------------------------------------------|--------------|---------|
103-
| <a name="module_s3"></a> [s3](#module\_s3) | oozou/s3/aws | 1.1.2 |
103+
| <a name="module_s3"></a> [s3](#module\_s3) | oozou/s3/aws | 1.1.3 |
104104

105105
## Resources
106106

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module "s3" {
6767
count = var.is_edge && var.is_create_lambda_bucket ? 1 : 0
6868

6969
source = "oozou/s3/aws"
70-
version = "1.1.2"
70+
version = "1.1.3"
7171

7272
prefix = var.prefix
7373
environment = var.environment

0 commit comments

Comments
 (0)