Skip to content

Commit 3a366a3

Browse files
committed
Updating terraform-aws-tag version
1 parent 022b9cb commit 3a366a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

context.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "label" {
2-
source = "github.com/obytes/terraform-aws-tag.git?ref=v1.0.6"
2+
source = "github.com/obytes/terraform-aws-tag.git?ref=v1.0.7"
33
environment = var.environment
44
project_name = var.project_name
55
region = var.region

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## USAGE
22

3-
```hcl
3+
```hcl
44
module "example1" {
5-
source = "github.com/obytes/terraform-aws-vpc.git?ref=v1.0.2"
5+
source = "github.com/obytes/terraform-aws-vpc.git?ref=v1.0.7"
66
environment = "qa"
77
project_name = "on-cost"
88
cidr_block = "172.16.0.0/18"

examples/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ module "example1" {
2323
"kubernetes.io/cluster/cluster-name" = "shared"
2424
"kubernetes.io/role/internal-elb" = 1
2525
}
26-
prefix_length_limit = 10
26+
prefix_length_limit = 14
2727
}

0 commit comments

Comments
 (0)