Skip to content

Gogaille setup terraform

Actions
Setup terraform by: 1. Downloading required version if needed 2. Initializing it
v1
Latest
Star (1)

Setup terraform

Setup terraform by:

  1. Downloading required version if needed
  2. Initializing it

Inputs

terraform-version

Required Terraform version. Default "0.14.0".

workspace-key-prefix

Required Path to the state file inside the S3 Bucket. Default "preproduction".

working-directory

Required Working directory for terraform initialization. Default ".".

Example usage

- uses: gogaille/setup-terraform
  env:
    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
  with:
    terraform-version: '0.14.0'
    workspace-key-prefix: 'preproduction'
    working-directory: 'infrastructure'

Gogaille setup terraform is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup terraform by: 1. Downloading required version if needed 2. Initializing it
v1
Latest

Gogaille setup terraform is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.