Skip to content

Commit 25107ef

Browse files
committed
chore: terraform fmt
1 parent 637dd9b commit 25107ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_examples/minimal/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module "rds_postgres" {
1010
}
1111

1212
module "vpc" {
13-
source = "terraform-aws-modules/vpc/aws"
13+
source = "terraform-aws-modules/vpc/aws"
1414

1515
name = "${var.name_prefix}-terratest-vpc"
1616
cidr = var.vpc_cidr

0 commit comments

Comments
 (0)