Skip to content

Commit

Permalink
Fixes Azure#2368 by adding the core scripts to the bicep and terrafor…
Browse files Browse the repository at this point in the history
…m starters
  • Loading branch information
aaronpowell committed Aug 25, 2023
1 parent 7a7f4e7 commit 8c8b239
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/starter/bicep/repo.yaml
Expand Up @@ -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
3 changes: 3 additions & 0 deletions templates/starter/terraform/repo.yaml
Expand Up @@ -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

0 comments on commit 8c8b239

Please sign in to comment.