Skip to content

Commit 7103c89

Browse files
committed
build(deps): update from last snapshot - I
1 parent 04353b7 commit 7103c89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ Please be aware that this is mainly a copy operation which means all your curren
118118

119119
| Name | Source | Version |
120120
|------|--------|---------|
121-
| <a name="module_this_label"></a> [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.0 |
122-
| <a name="module_this_label_snapshot"></a> [this\_label\_snapshot](#module\_this\_label\_snapshot) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.0 |
121+
| <a name="module_this_label"></a> [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.1 |
122+
| <a name="module_this_label_snapshot"></a> [this\_label\_snapshot](#module\_this\_label\_snapshot) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.1 |
123123

124124
## Resources
125125

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ locals {
22
admin_user = "installer"
33
}
44
module "this_label" {
5-
source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.0"
5+
source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.1"
66
context = var.context
77
attributes = [var.instance.engine, var.name]
88
}
@@ -11,7 +11,7 @@ resource "random_string" "this_snapshot" {
1111
special = false
1212
}
1313
module "this_label_snapshot" {
14-
source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.0"
14+
source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.1"
1515
context = var.context
1616
attributes = ["snapshot", var.instance.engine, var.name, random_string.this_snapshot.result]
1717
}

0 commit comments

Comments
 (0)