From 412298864c63a3f88c42c76a2d649b4ea7669d56 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:26:05 +0200 Subject: [PATCH] Yes --- modules/github/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github/main.tf b/modules/github/main.tf index d7872e8..680a45d 100644 --- a/modules/github/main.tf +++ b/modules/github/main.tf @@ -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