Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stuttgart-things/proxmox-vm into fe…
Browse files Browse the repository at this point in the history
…ature/issue-1/vmTest-pipeline
  • Loading branch information
anacalva committed Mar 21, 2024
2 parents cfdd66e + ed2a69f commit 657ee1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: stuttgart-things/stuttgart-things/.github/workflows/validate-terraform.yaml@main
with:
environment-name: k8s
runs-on: arc-runner-scale-set-proxmox-vm
runs-on: ghr-proxmox-vm-sthings-cicd
terraform-version: 1.6
tflint-version: "v0.50.0"
continue-error: false
Expand All @@ -32,7 +32,7 @@ jobs:
tag-name: "${{ github.event.inputs.release-tag }}"
release-message: "${{ github.event.inputs.release-message }}"
environment-name: k8s
runs-on: arc-runner-scale-set-proxmox-vm
runs-on: ghr-proxmox-vm-sthings-cicd
continue-error: false

VM-Creation-Terraform:
Expand All @@ -43,5 +43,5 @@ jobs:
with:
module-name: proxmox-vm
environment-name: k8s
runs-on: arc-runner-scale-set-proxmox-vm
runs-on: ghr-proxmox-vm-sthings-cicd
continue-error: false
2 changes: 1 addition & 1 deletion .github/workflows/validate-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: stuttgart-things/stuttgart-things/.github/workflows/validate-terraform.yaml@main
with:
environment-name: k8s
runs-on: arc-runner-scale-set-proxmox-vm
runs-on: ghr-proxmox-vm-sthings-cicd
terraform-version: 1.6
tflint-version: "v0.50.0"
continue-error: false
2 changes: 1 addition & 1 deletion .github/workflows/vm-creation-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
name: terraform_main
path: main.tf

- name: DEBUG
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stuttgart-things/proxmox-vm

terraform module for creating proxmox vms
Terraform module for creating proxmox vms

## EXAMPLE USAGE TERRAFORM

Expand Down

0 comments on commit 657ee1c

Please sign in to comment.