Skip to content

fix(loadbalancer): wait for running state if desired #1143

fix(loadbalancer): wait for running state if desired

fix(loadbalancer): wait for running state if desired #1143

Workflow file for this run

name: Terraform
on:
# TODO: remove this when switching to OpenTofu, see ./opentofu.yml
schedule:
- cron: "0 0 * * *"
pull_request:
paths:
- .github/workflows/terraform.yml
- go.mod
- internal/**
- upcloud/**
jobs:
Test:
uses: ./.github/workflows/acctest.yml
with:
tool: terraform
secrets: inherit