Skip to content

Commit 86a7e78

Browse files
committed
DOPS-101 Fix formatting of bootstrap module
1 parent 85d8d95 commit 86a7e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/bootstrap/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ provider "aws" {
1414
}
1515

1616
module "bootstrap" {
17-
source = "trussworks/bootstrap/aws"
17+
source = "trussworks/bootstrap/aws"
1818

1919
region = "${var.aws_region}"
2020
account_alias = "${var.account_alias}"

0 commit comments

Comments
 (0)