Skip to content

Commit a7138ac

Browse files
committed
comment action content
1 parent 024fb2b commit a7138ac

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,25 @@ jobs:
3838
terraform_version: 1.11.0
3939
terraform_wrapper: true
4040

41-
- name: Render terraform docs and push changes back to PR
42-
uses: terraform-docs/gh-actions@main
43-
with:
44-
working-dir: ./2-Terraform-AZURE-Services-Creation/1-acr, ./2-Terraform-AZURE-Services-Creation/2-vnet, ./2-Terraform-AZURE-Services-Creation/3-log-analytics, ./2-Terraform-AZURE-Services-Creation/4-aks
45-
output-file: README.md
46-
output-method: inject
47-
git-push: "true"
41+
# Add in tutorial 6-Terarform-Docs
42+
# - name: Render terraform docs and push changes back to PR
43+
# uses: terraform-docs/gh-actions@main
44+
# with:
45+
# working-dir: ./2-Terraform-AZURE-Services-Creation/1-acr, ./2-Terraform-AZURE-Services-Creation/2-vnet, ./2-Terraform-AZURE-Services-Creation/3-log-analytics, ./2-Terraform-AZURE-Services-Creation/4-aks
46+
# output-file: README.md
47+
# output-method: inject
48+
# git-push: "true"
4849

4950
- name: Terraform Init
5051
run: terraform init
5152
working-directory: ./2-Terraform-AZURE-Services-Creation/4-aks
52-
53-
- name: tfsec
54-
uses: aquasecurity/[email protected]
55-
with:
56-
tfsec_args: --soft-fail
57-
github_token: ${{ github.token }}
53+
54+
# Add in tutorial 5-Terraform-Static-Code-Analysis
55+
# - name: tfsec
56+
# uses: aquasecurity/[email protected]
57+
# with:
58+
# tfsec_args: --soft-fail
59+
# github_token: ${{ github.token }}
5860

5961
- name: Terraform Format
6062
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)