Skip to content

Commit

Permalink
Merge pull request #3 from b-per/fix-https-clone
Browse files Browse the repository at this point in the history
Make the repo connect via HTTPS and not SSH
  • Loading branch information
b-per authored Oct 5, 2023
2 parents c84728b + 4122988 commit 18e74d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "null_resource" "post_repo_creation" {
git add *
git commit -m "Initial commit from Terraform and cruft"
git branch -M main
git remote add origin ${github_repository.dbt_repo.ssh_clone_url}
git remote add origin ${github_repository.dbt_repo.http_clone_url}
git push -u origin main
cd ../..
rm -rf cruft-template
Expand Down

0 comments on commit 18e74d1

Please sign in to comment.