Skip to content

Commit 6d3705d

Browse files
Merge pull request #37 from bitovi/quick_fix
quick_fix: snake_case -> PascalCase
2 parents 67a6702 + 407a2ec commit 6d3705d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/deployment/terraform/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ locals {
77
GitHubBranchName = "${var.app_branch_name}"
88
GitHubAction = "bitovi/github-actions-node-app-to-aws-vm"
99
OperationsRepoEnvironment = "deployment"
10-
created_with = "terraform"
10+
CreatedWith = "terraform"
1111
}
1212
}

0 commit comments

Comments
 (0)