Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

helm_release - nvidia_device_plugin #32

helm_release - nvidia_device_plugin

helm_release - nvidia_device_plugin #32

Workflow file for this run

name: ci
permissions:
contents: read
on:
push:
jobs:
job:
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/checkout@v4
- name: terraform validate - azure-aks-existing
run: |
cd resources/terraform/azure-aks-existing
terraform init -backend=false
terraform validate
- name: terraform validate - azure-aks-new
run: |
cd resources/terraform/azure-aks-new
terraform init -backend=false
terraform validate
- name: terraform validate - azure-blob
run: |
cd resources/terraform/azure-blob
terraform init -backend=false
terraform validate
- name: terraform validate - azure-mysql
run: |
cd resources/terraform/azure-mysql
terraform init -backend=false
terraform validate