Skip to content

Latest commit

 

History

History

abc.templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Guardian

Prerequisites

Install Terraform Actuation Workflows

The following command installs the default Guardian workflows for Terraform actuation in the current directory.

abc templates render \
  -input=terraform_version=<TERRAFORM_VERSION> \
  -input=guardian_wif_provider=<WIF_PROVIDER> \
  -input=guardian_service_account=<SERVICE_ACCOUNT> \
  -input=guardian_state_bucket=<GUARDIAN_STATE_BUCKET> \
  github.com/abcxyz/guardian/abc.templates/base-workflows@latest

Optional inputs:

  • terraform_directory: Defaults to the current directory.

Install Drift Detection Workflows

The following command installs Guardian workflows in the current directory.

abc templates render \
  -input=gcp_organization_id=<GCP_ORG_ID> \
  -input=guardian_wif_provider=<WIF_PROVIDER> \
  -input=guardian_service_account=<SERVICE_ACCOUNT> \
  github.com/abcxyz/guardian/abc.templates/drift-workflows@latest