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 0515417 commit 2976f48
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 @@ -118,7 +118,7 @@ Please be aware that this is mainly a copy operation which means all your curren
| Name | Source | Version |
|------|--------|---------|
| <a name="module_sg_endpoints"></a> [sg\_endpoints](#module\_sg\_endpoints) | git::github.com/xoap-io/terraform-aws-compute-security-group.git | n/a |
| <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_this_label"></a> [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.1 |
| <a name="module_this_subnets"></a> [this\_subnets](#module\_this\_subnets) | ./modules/subnet | n/a |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data "aws_region" "this" {}
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 = ["vpc", var.name]
}
Expand Down

0 comments on commit 2976f48

Please sign in to comment.