From 8c8b239137b0df69479fba4715defde9936d23a1 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Fri, 25 Aug 2023 00:40:40 +0000 Subject: [PATCH] Fixes #2368 by adding the core scripts to the bicep and terraform starters --- templates/starter/bicep/repo.yaml | 3 +++ templates/starter/terraform/repo.yaml | 3 +++ 2 files changed, 6 insertions(+) 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