We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c84728b + 4122988 commit 18e74d1Copy full SHA for 18e74d1
1 file changed
modules/github/main.tf
@@ -51,7 +51,7 @@ resource "null_resource" "post_repo_creation" {
51
git add *
52
git commit -m "Initial commit from Terraform and cruft"
53
git branch -M main
54
- git remote add origin ${github_repository.dbt_repo.ssh_clone_url}
+ git remote add origin ${github_repository.dbt_repo.http_clone_url}
55
git push -u origin main
56
cd ../..
57
rm -rf cruft-template
0 commit comments