File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11module "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
2323module "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
3636module "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 # -----------------------------------------
You can’t perform that action at this time.
0 commit comments