Skip to content

Commit d415eab

Browse files
committed
build(deps): update from last snapshot - II
1 parent 2d55df9 commit d415eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Please be aware that this is mainly a copy operation which means all your curren
117117

118118
| Name | Source | Version |
119119
|------|--------|---------|
120-
| <a name="module_bucket"></a> [bucket](#module\_bucket) | git::github.com/xoap-io/terraform-aws-storage-s3.git | v0.1.2 |
120+
| <a name="module_bucket"></a> [bucket](#module\_bucket) | git::github.com/xoap-io/terraform-aws-storage-s3.git | v0.1.3 |
121121
| <a name="module_this_label"></a> [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.1 |
122122

123123
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module "this_label" {
44
attributes = ["hosting", var.site_name]
55
}
66
module "bucket" {
7-
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.2"
7+
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.3"
88
context = var.context
99
name = var.site_name
1010
website_enabled = true

0 commit comments

Comments
 (0)