Skip to content

Commit

Permalink
renaming consolidated scenario 1 tf pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JinLee794 committed Jan 10, 2024
1 parent a013ac6 commit 8d8b5a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scenario1.bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- main
paths:
- '.github/workflows/_template.bicep.yml'
- '.github/workflows/ase-multitenant.bicep.yml'
- '.github/workflows/scenario1.bicep.yml'
- 'scenarios/secure-baseline-multitenant/bicep/**.bicep'
- 'scenarios/secure-baseline-multitenant/bicep/parameters/ase-multitenant.parameters.jsonc'
- '!scenarios/secure-baseline-multitenant/**.md'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scenario1.terraform.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Scenario 1: Terraform HUB Multi-tenant Secure Baseline'
name: 'Scenario 1: Terraform Multi-Tenant ASEv3 Secure Baseline'

on:
workflow_dispatch:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
modulePath: ${{ needs.prepare-environment.outputs.modulePath }}/hub
terraformVersion: ${{ needs.prepare-environment.outputs.terraformVersion }}
backendStateKey: ${{ needs.prepare-environment.outputs.backendStateKey }}
backendStateKey: 'scenario1.hub.tfstate'
tfvarPath: ${{ needs.prepare-environment.outputs.tfvarPath }}
# Ensure this value is a boolean
destroy: ${{ github.event.inputs.destroy == 'true' }}
Expand All @@ -74,7 +74,7 @@ jobs:
with:
modulePath: ${{ needs.prepare-environment.outputs.modulePath }}/spoke
terraformVersion: ${{ needs.prepare-environment.outputs.terraformVersion }}
backendStateKey: ${{ needs.prepare-environment.outputs.backendStateKey }}
backendStateKey: 'scenario1.spoke.tfstate'
tfvarPath: ${{ needs.prepare-environment.outputs.tfvarPath }}
# Ensure this value is a boolean
destroy: ${{ github.event.inputs.destroy == 'true' }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ deployment/bicep/main.json
**/.vscode/*

# Local .terraform directories
.terraform
**/.terraform/*
*.lock.hcl
# .tfstate files
Expand Down

0 comments on commit 8d8b5a1

Please sign in to comment.