We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d8d95 commit 86a7e78Copy full SHA for 86a7e78
terraform/bootstrap/main.tf
@@ -14,7 +14,7 @@ provider "aws" {
14
}
15
16
module "bootstrap" {
17
- source = "trussworks/bootstrap/aws"
+ source = "trussworks/bootstrap/aws"
18
19
region = "${var.aws_region}"
20
account_alias = "${var.account_alias}"
0 commit comments