Skip to content

Allow specifying the running security groups for a space #24

Allow specifying the running security groups for a space

Allow specifying the running security groups for a space #24

Workflow file for this run

name: Terraform Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Integration test
strategy:
fail-fast: false
max-parallel: 2
matrix:
module: ["s3", "database", "redis", "cg_space", "domain", "clamav"]
steps:
- uses: actions/checkout@v4
- name: terraform test ${{ matrix.module }}
uses: dflook/terraform-test@v1
env:
CF_USER: ${{ secrets.CF_USER }}
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
with:
path: ${{ matrix.module }}
test-egress-proxy:
runs-on: ubuntu-latest
name: Egress proxy integration test
env:
TERRAFORM_PRE_RUN: |
apt-get update
apt-get install -y zip
steps:
- uses: actions/checkout@v4
- name: terraform test egress_proxy
uses: dflook/terraform-test@v1
with:
path: egress_proxy