Skip to content

Add example terraform code #2

Add example terraform code

Add example terraform code #2

Workflow file for this run

# Copyright 2024 Hewlett Packard Enterprise Development LP
name: Demo
on:
push:
branches:
- main
pull_request:
jobs:
demo:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.22.3'
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.9.5
# set wrapper to false, otherwise any time
# terraform is run the first line of stdout is
# the path to the terraform binary. This causes
# eg the output of "terraform providers schema -json"
# be unusable
terraform_wrapper: false
- run: make demo