osinfra-io / github-terraform-gcp-called-workflows

Reusable GitHub Called Workflow examples for Terraform and Google Cloud Platform.

Home Page:https://www.osinfra.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Google Cloud Platform Called Workflows

GitHub Actions:

Dependabot

Reusing workflows avoids duplication. This makes workflows easier to maintain and allows you to create new workflows more quickly by building on the work of others, just as you do with actions.

Workflow reuse also promotes best practices by helping you use well-designed, tested, and proven effective workflows. Your organization can build up a library of reusable workflows that can be centrally maintained.

Reusing Workflows

Rather than copying and pasting from one workflow to another, you can make workflows reusable. You and anyone with access to the reusable workflow can then call the reusable workflow from another workflow.

Features

Workflows

Usage

You can check the .github/workflows directory for example configurations:

These set up the system for the testing process by providing all the necessary initial code, thus creating good examples to base your configuration on.

About

Reusable GitHub Called Workflow examples for Terraform and Google Cloud Platform.

https://www.osinfra.io

License:GNU General Public License v2.0


Languages

Language:HCL 100.0%