Skip to content

Commit 7d6abec

Browse files
committed
updating version in main.tf
1 parent 00aed3b commit 7d6abec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "vpc" {
2-
source = "git::git@github.com:tomarv2/terraform-aws-vpc.git?ref=v0.0.1"
2+
source = "git::git@github.com:tomarv2/terraform-aws-vpc.git?ref=v0.0.2"
33

44
aws_region = var.aws_region
55
# -----------------------------------------
@@ -21,7 +21,7 @@ module "iam_role" {
2121
}
2222

2323
module "iam_policies" {
24-
source = "git::git@github.com:tomarv2/terraform-aws-iam-policies.git?ref=v0.0.2"
24+
source = "git::git@github.com:tomarv2/terraform-aws-iam-policies.git?ref=v0.0.3"
2525

2626
profile_to_use = local.profile_to_use
2727
role_name = module.iam_role.iam_role_name
@@ -34,7 +34,7 @@ module "iam_policies" {
3434
}
3535

3636
module "s3" {
37-
source = "git::git@github.com:tomarv2/terraform-aws-s3.git?ref=v0.0.2"
37+
source = "git::git@github.com:tomarv2/terraform-aws-s3.git?ref=v0.0.3"
3838

3939
aws_region = var.aws_region
4040
# -----------------------------------------

0 commit comments

Comments
 (0)