Skip to content

Commit 2947f22

Browse files
committed
update main.tf
1 parent 95bb192 commit 2947f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_example/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
provider "aws" {
2-
region = "us-east-2"
2+
region = "eu-west-1"
33
}
44

55
module "vpc" {

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# convention.
99

1010
module "labels" {
11-
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.12.0"
11+
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.13.0"
1212

1313
name = var.name
1414
application = var.application

0 commit comments

Comments
 (0)