Skip to content

Chore summer 24 updates #4

Chore summer 24 updates

Chore summer 24 updates #4

Workflow file for this run

name: terraform-tests
on:
push:
branches:
- "main"
tags:
- "v*.*.*"
pull_request:
branches:
- "main"
jobs:
terraform-tests:
runs-on: self-hosted
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.9.2
- name: Run terraform test
run: |
terraform init
terraform test
env:
INFOBLOX_HOST: ${{ secrets.INFOBLOX_JHUB_HOST }}
INFOBLOX_USERNAME: ${{ secrets.INFOBLOX_JHUB_USER }}
INFOBLOX_PASSWORD: ${{ secrets.INFOBLOX_JHUB_PSWD }}