Skip to content

Commit

Permalink
Updating terraform-aws-tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaffar committed Aug 7, 2022
1 parent 022b9cb commit 3a366a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion context.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "label" {
source = "github.com/obytes/terraform-aws-tag.git?ref=v1.0.6"
source = "github.com/obytes/terraform-aws-tag.git?ref=v1.0.7"
environment = var.environment
project_name = var.project_name
region = var.region
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## USAGE

```hcl
```hcl
module "example1" {
source = "github.com/obytes/terraform-aws-vpc.git?ref=v1.0.2"
source = "github.com/obytes/terraform-aws-vpc.git?ref=v1.0.7"
environment = "qa"
project_name = "on-cost"
cidr_block = "172.16.0.0/18"
Expand Down
2 changes: 1 addition & 1 deletion examples/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ module "example1" {
"kubernetes.io/cluster/cluster-name" = "shared"
"kubernetes.io/role/internal-elb" = 1
}
prefix_length_limit = 10
prefix_length_limit = 14
}

0 comments on commit 3a366a3

Please sign in to comment.