Skip to content

Commit 5ec4824

Browse files
feat: Temporarily disabling the printing of the plan in the issue sec… (#58)
1 parent 82f3841 commit 5ec4824

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/terraform_workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ jobs:
193193
secret: ${{ github.TOKEN }}
194194
approvers: ${{ inputs.approvers }}
195195
issue-title: "Terraform Plan for Infrastructure Update"
196-
issue-body: ${{ steps.tf-plan-string.outputs.summary }}
197196

198197
- name: terraform apply
199198
if: ${{ inputs.destroy != 'true' }}

docs/terraform-lint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Auto Assign Assignee Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/tflint.yml)
1+
## [Auto Assign Assignee Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/tf-lint.yml)
22

33
This workflow automates terraform linter that checks for possible errors, best practices, etc in your terraform code Workflows have been added in `.github/workflows/tflint.yml`
44

@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616
jobs:
1717
tf-lint:
18-
uses: clouddrove/github-shared-workflows/.github/workflows/tflint.yml@master
18+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
1919
secrets:
2020
GITHUB: ${{ secrets.GITHUB }}
21-
```
21+
```

docs/terraform_workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
terraform_version: # Specify terraform version e.g 1.3.6
7676
destroy: # If the value is set to true, the workflow proceeds to the destroy step. However, the default value is false
7777
secrets:
78-
DIGITALOCEAN_TOKEN: # Digitalocean token
78+
DIGITALOCEAN_ACCESS_TOKEN: # Digitalocean token
7979
SPACES_ACCESS_KEY_ID: # Provide spaces access key id if required
8080
SPACES_SECRET_ACCESS_KEY: # Provide spaces secret access key if required
8181
```

0 commit comments

Comments
 (0)