Skip to content

add support for security_group_referencing_support in all modules and set default to enable #1028

add support for security_group_referencing_support in all modules and set default to enable

add support for security_group_referencing_support in all modules and set default to enable #1028

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
run: make setup
- name: install-plugin
run: make plugin
- name: Lint
run: make lint