Skip to content

Commit

Permalink
build(deps): update from last snapshot - II
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauneck committed May 13, 2024
1 parent 2d55df9 commit d415eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Please be aware that this is mainly a copy operation which means all your curren

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

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "this_label" {
attributes = ["hosting", var.site_name]
}
module "bucket" {
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.2"
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.3"
context = var.context
name = var.site_name
website_enabled = true
Expand Down

0 comments on commit d415eab

Please sign in to comment.