hashicorp / tfc-workflows-github

HCP Terraform starter workflows and github actions to automate Terraform Cloud CI/CD pipelines.
Mozilla Public License 2.0
124 stars 20 forks source link

Add *.properties.json files and mv templates to ./workflow-templates dir #16

Closed mjyocca closed 11 months ago

mjyocca commented 11 months ago

Description

Motivation

Customers are able to create starter workflows for their organization to easily onboard new github action workflows.

All that is required is having a <organization>/.github repository containing an workflow-templates/* directory. GitHub Action templates with accompanied .properties.json files are able to surface in a convenient UI.

These changes make it easier for customers to get started with their own .github organization repository, as we already will have the workflow-templates/* directory and .properties.json files.

External links