Skip to content

Commit 6f26de1

Browse files
committed
remove testing flow
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
1 parent bdfc572 commit 6f26de1

3 files changed

Lines changed: 0 additions & 127 deletions

File tree

.github/workflows/tmp.yaml

Lines changed: 0 additions & 105 deletions
This file was deleted.

docs/guides/workload_identity_federation.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,4 @@ jobs:
119119
env:
120120
STACKIT_USE_OIDC: "1"
121121
STACKIT_SERVICE_ACCOUNT_EMAIL: "terraform-example@sa.stackit.cloud"
122-
- name: Terraform Destroy
123-
if: always()
124-
run: |
125-
if [ -f terraform.tfstate ]; then
126-
terraform destroy -auto-approve
127-
else
128-
echo "No state file found, skipping destroy."
129-
fi
130-
env:
131-
STACKIT_USE_OIDC: "1"
132-
STACKIT_SERVICE_ACCOUNT_EMAIL: "terraform-example@sa.stackit.cloud"
133122
```

templates/guides/workload_identity_federation.md.tmpl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,4 @@ jobs:
119119
env:
120120
STACKIT_USE_OIDC: "1"
121121
STACKIT_SERVICE_ACCOUNT_EMAIL: "terraform-example@sa.stackit.cloud"
122-
- name: Terraform Destroy
123-
if: always()
124-
run: |
125-
if [ -f terraform.tfstate ]; then
126-
terraform destroy -auto-approve
127-
else
128-
echo "No state file found, skipping destroy."
129-
fi
130-
env:
131-
STACKIT_USE_OIDC: "1"
132-
STACKIT_SERVICE_ACCOUNT_EMAIL: "terraform-example@sa.stackit.cloud"
133122
```

0 commit comments

Comments
 (0)