Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions templates/iacm-remediation/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ pipeline:
- steps:
- name: init
iacm:
uses: openTofuStep@1.0.0
uses: openTofuStep@1.0.3
with:
command: init
- name: plan
iacm:
uses: openTofuStep@1.0.0
uses: openTofuStep@1.0.3
with:
command: plan
- name: iacm_remediation_agent
Expand Down Expand Up @@ -135,6 +135,3 @@ pipeline:
recommendation:
type: string
description: JSON string with recommendation details (required for sto and cloud-cost types)
harnessKey:
type: secret
default: harness_api_key
1 change: 0 additions & 1 deletion templates/iacm-remediation/wiki.MD
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Supported remediation types:
| `workspace` | string | Yes | - | IaCM workspace identifier |
| `remediationType` | string | No | `iacm-drift` | Type of remediation: `iacm-drift`, `sto`, or `cloud-cost` |
| `recommendation` | string | No | - | JSON string with recommendation details (required for `sto` and `cloud-cost` types) |
| `harnessKey` | secret | No | `harness_api_key` | Harness API key for authentication |

---

Expand Down
Loading