Skip to content

Commit

Permalink
Add git name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Oct 5, 2023
1 parent d7cc0eb commit e9c5deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ resource "null_resource" "post_repo_creation" {
cd cruft-template
cruft create ${var.cruft_template_url} --extra-context '{"project_name": "${var.project_name}", "project_slug": "${var.project_slug}"}' --no-input
cd ${var.project_slug}
git config user.email "[email protected]"
git config user.name "No name"
git init
git add *
git commit -m "Initial commit from Terraform and cruft"
Expand Down

0 comments on commit e9c5deb

Please sign in to comment.