Skip to content

Commit 4122988

Browse files
committed
Yes
1 parent c84728b commit 4122988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/github/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "null_resource" "post_repo_creation" {
5151
git add *
5252
git commit -m "Initial commit from Terraform and cruft"
5353
git branch -M main
54-
git remote add origin ${github_repository.dbt_repo.ssh_clone_url}
54+
git remote add origin ${github_repository.dbt_repo.http_clone_url}
5555
git push -u origin main
5656
cd ../..
5757
rm -rf cruft-template

0 commit comments

Comments
 (0)