diff --git a/templates/starter/bicep/repo.yaml b/templates/starter/bicep/repo.yaml index d2e2f9aa6f..9e61c18422 100644 --- a/templates/starter/bicep/repo.yaml +++ b/templates/starter/bicep/repo.yaml @@ -42,3 +42,6 @@ repo: - from: ../../common/.devcontainer/devcontainer.json/bicep-starter/devcontainer.json to: ./.devcontainer/devcontainer.json + # core bicep files + - from: ../../common/infra/bicep/core + to: ./infra/core diff --git a/templates/starter/terraform/repo.yaml b/templates/starter/terraform/repo.yaml index ebac96a700..62b2fa8dd6 100644 --- a/templates/starter/terraform/repo.yaml +++ b/templates/starter/terraform/repo.yaml @@ -31,3 +31,6 @@ repo: - from: ../../common/.devcontainer/devcontainer.json/terraform-starter/devcontainer.json to: ./.devcontainer/devcontainer.json + # core bicep files + - from: ../../common/infra/terraform/core + to: ./infra/core