Compare commits

..

1 commit

Author SHA1 Message Date
4643783331 chore(deps): update terraform proxmox to v0.100.0
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 1m31s
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 2m20s
2026-04-07 00:02:48 +00:00
4 changed files with 4 additions and 12 deletions

View file

@ -87,13 +87,11 @@ jobs:
<details><summary>Show Apply</summary>
```
APPLY_PLACEHOLDER
${{ steps.apply.outputs.stdout }}
```
</details>
run: |
filtered_apply=$(echo "${{ steps.apply.outputs.stdout }}" | grep -vE '^\s*(module\.|data\.|resource\.).+: (Reading\.\.\.|Read complete after|Refreshing state)' | sed '/./,$!d')
COMMENT_BODY="${COMMENT_BODY//'APPLY_PLACEHOLDER'/$filtered_apply}"
payload=$(jq -Rs --arg body "$COMMENT_BODY" '{body: $body}' <<< "$COMMENT_BODY")
existing_comment=$(curl -s \

View file

@ -88,13 +88,11 @@ jobs:
<details><summary>Show Apply</summary>
```
APPLY_PLACEHOLDER
${{ steps.apply.outputs.stdout }}
```
</details>
run: |
filtered_apply=$(echo "${{ steps.apply.outputs.stdout }}" | grep -vE '^\s*(module\.|data\.|resource\.).+: (Reading\.\.\.|Read complete after|Refreshing state)' | sed '/./,$!d')
COMMENT_BODY="${COMMENT_BODY//'APPLY_PLACEHOLDER'/$filtered_apply}"
payload=$(jq -Rs --arg body "$COMMENT_BODY" '{body: $body}' <<< "$COMMENT_BODY")
existing_comment=$(curl -s \

View file

@ -74,13 +74,11 @@ jobs:
<details><summary>Show Plan</summary>
```
PLAN_PLACEHOLDER
${{ steps.plan.outputs.stdout }}
```
</details>
run: |
filtered_plan=$(echo "${{ steps.plan.outputs.stdout }}" | grep -vE '^\s*(module\.|data\.|resource\.).+: (Reading\.\.\.|Read complete after|Refreshing state)' | sed '/./,$!d')
COMMENT_BODY="${COMMENT_BODY//'PLAN_PLACEHOLDER'/$filtered_plan}"
payload=$(jq -Rs --arg body "$COMMENT_BODY" '{body: $body}' <<< "$COMMENT_BODY")
existing_comment=$(curl -s \

View file

@ -75,13 +75,11 @@ jobs:
<details><summary>Show Plan</summary>
```
PLAN_PLACEHOLDER
${{ steps.plan.outputs.stdout }}
```
</details>
run: |
filtered_plan=$(echo "${{ steps.plan.outputs.stdout }}" | grep -vE '^\s*(module\.|data\.|resource\.).+: (Reading\.\.\.|Read complete after|Refreshing state)' | sed '/./,$!d')
COMMENT_BODY="${COMMENT_BODY//'PLAN_PLACEHOLDER'/$filtered_plan}"
payload=$(jq -Rs --arg body "$COMMENT_BODY" '{body: $body}' <<< "$COMMENT_BODY")
existing_comment=$(curl -s \