We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf24c1b commit 9f09bf3Copy full SHA for 9f09bf3
1 file changed
modules/github/main.tf
@@ -51,8 +51,8 @@ resource "null_resource" "post_repo_creation" {
51
cd ${var.project_slug}
52
git config --global init.defaultBranch main
53
git init
54
- git config user.email "nomail@mail.com"
55
- git config user.name "No name"
+ git config user.email "nomail@dbt.com"
+ git config user.name "Created by Terraform"
56
git add *
57
git commit -m "Initial commit from Terraform and cruft"
58
git branch -M main
0 commit comments