forked from Pwd9000-ML/Azure-Terraform-Deployments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Pwd9000-ML/Azure-Terrafor…
- Loading branch information
Showing
12 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ jobs: | |
environment: null | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.3 | ||
|
||
- name: Dev TF Plan Deploy | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
path: 04_App_Acr | ||
plan_mode: deploy | ||
|
@@ -38,7 +38,7 @@ jobs: | |
steps: | ||
- name: Dev TF Deploy | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
plan_mode: deploy | ||
tf_version: latest | ||
|
@@ -59,10 +59,10 @@ jobs: | |
# environment: null | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v3.1.0 | ||
# uses: actions/checkout@v3.5.3 | ||
|
||
# - name: Dev TF Plan Destroy | ||
# uses: Pwd9000-ML/[email protected].5 | ||
# uses: Pwd9000-ML/[email protected].6 | ||
# with: | ||
# path: 04_App_Acr | ||
# plan_mode: destroy | ||
|
@@ -87,7 +87,7 @@ jobs: | |
# steps: | ||
# - name: Dev TF Destroy | ||
# if: ${{ github.actor != 'dependabot[bot]' }} | ||
# uses: Pwd9000-ML/[email protected].5 | ||
# uses: Pwd9000-ML/[email protected].6 | ||
# with: | ||
# plan_mode: destroy | ||
# tf_version: latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ jobs: | |
environment: null | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.3 | ||
|
||
- name: Dev TF Plan Deploy | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
path: 05_lookup_demo | ||
plan_mode: deploy | ||
|
@@ -38,7 +38,7 @@ jobs: | |
steps: | ||
- name: Dev TF Deploy | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
plan_mode: deploy | ||
tf_version: latest | ||
|
@@ -59,10 +59,10 @@ jobs: | |
# environment: null | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v3.1.0 | ||
# uses: actions/checkout@v3.5.3 | ||
|
||
# - name: Dev TF Plan Destroy | ||
# uses: Pwd9000-ML/[email protected].5 | ||
# uses: Pwd9000-ML/[email protected].6 | ||
# with: | ||
# path: 05_lookup_demo | ||
# plan_mode: destroy | ||
|
@@ -87,7 +87,7 @@ jobs: | |
# steps: | ||
# - name: Dev TF Destroy | ||
# if: ${{ github.actor != 'dependabot[bot]' }} | ||
# uses: Pwd9000-ML/[email protected].5 | ||
# uses: Pwd9000-ML/[email protected].6 | ||
# with: | ||
# plan_mode: destroy | ||
# tf_version: latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ jobs: | |
environment: null #(Optional) If using GitHub Environments | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.3 | ||
|
||
- name: Dev TF Plan Deploy | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
path: 01_Foundation ## (Optional) Specify path TF module relevant to repo root. Default="." | ||
plan_mode: deploy ## (Optional) Specify plan mode. Valid options are "deploy" or "destroy". Default="deploy" | ||
|
@@ -45,7 +45,7 @@ jobs: | |
steps: | ||
- name: Dev TF Deploy | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
plan_mode: deploy ## (Optional) Specify plan mode. Valid options are "deploy" or "destroy". Default="deploy" | ||
tf_version: latest ## (Optional) Specifies version of Terraform to use. e.g: 1.1.0 Default="latest" | ||
|
@@ -66,10 +66,10 @@ jobs: | |
environment: null #(Optional) If using GitHub Environments | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.3 | ||
|
||
- name: Dev TF Plan Destroy | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
path: 01_Foundation ## (Optional) Specify path TF module relevant to repo root. Default="." | ||
plan_mode: destroy ## (Optional) Specify plan mode. Valid options are "deploy" or "destroy". Default="deploy" | ||
|
@@ -94,7 +94,7 @@ jobs: | |
steps: | ||
- name: Dev TF Destroy | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
plan_mode: destroy ## (Optional) Specify plan mode. Valid options are "deploy" or "destroy". Default="deploy" | ||
tf_version: latest ## (Optional) Specifies version of Terraform to use. e.g: 1.1.0 Default="latest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ jobs: | |
if: ${{ github.actor == 'dependabot[bot]' }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.3 | ||
|
||
- name: Run Dependency Tests - Plan AND Apply AND Destroy | ||
uses: Pwd9000-ML/[email protected].5 | ||
uses: Pwd9000-ML/[email protected].6 | ||
with: | ||
test_type: plan-apply-destroy ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan" | ||
path: 01_Foundation ## (Optional) Specify path TF module relevant to repo root. Default="." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ jobs: | |
|
||
steps: | ||
- name: Download Artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
name: ${{ inputs.tf_key }} | ||
path: ${{ inputs.path }} | ||
|
@@ -77,7 +77,7 @@ jobs: | |
run: unzip ${{ inputs.tf_key }}.zip | ||
|
||
- name: Setup Terraform | ||
uses: hashicorp/[email protected].2 | ||
uses: hashicorp/[email protected].3 | ||
with: | ||
terraform_version: ${{ inputs.tf_version }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,11 +78,11 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.3 | ||
|
||
- name: Scan IaC - tfsec | ||
if: ${{ inputs.ENABLE_TFSEC == 'true' }} | ||
uses: aquasecurity/[email protected].3 | ||
uses: aquasecurity/[email protected].4 | ||
with: | ||
sarif_file: tfsec.sarif | ||
|
||
|
@@ -93,7 +93,7 @@ jobs: | |
sarif_file: tfsec.sarif | ||
|
||
- name: Setup Terraform | ||
uses: hashicorp/[email protected].2 | ||
uses: hashicorp/[email protected].3 | ||
with: | ||
terraform_version: ${{ inputs.tf_version }} | ||
|
||
|
@@ -122,7 +122,7 @@ jobs: | |
run: zip -r ${{ inputs.tf_key }}.zip ./* | ||
|
||
- name: Upload Artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
name: "${{ inputs.tf_key }}" | ||
path: "${{ inputs.path }}/${{ inputs.tf_key }}.zip" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters