Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Oct 5, 2023
1 parent cf24c1b commit 9f09bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ resource "null_resource" "post_repo_creation" {
cd ${var.project_slug}
git config --global init.defaultBranch main
git init
git config user.email "nomail@mail.com"
git config user.name "No name"
git config user.email "nomail@dbt.com"
git config user.name "Created by Terraform"
git add *
git commit -m "Initial commit from Terraform and cruft"
git branch -M main
Expand Down

0 comments on commit 9f09bf3

Please sign in to comment.