Skip to content

Commit

Permalink
build(deps): update from last snapshot - I
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauneck committed May 13, 2024
1 parent b955dc2 commit 2d55df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ 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.1 |
| <a name="module_this_label"></a> [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.0 |
| <a name="module_bucket"></a> [bucket](#module\_bucket) | git::github.com/xoap-io/terraform-aws-storage-s3.git | v0.1.2 |
| <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
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module "this_label" {
source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.0"
source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.1"
context = var.context
attributes = ["hosting", var.site_name]
}
module "bucket" {
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.1"
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.2"
context = var.context
name = var.site_name
website_enabled = true
Expand Down

0 comments on commit 2d55df9

Please sign in to comment.