Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 605 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 605 Bytes

Terraform Provider

This has been forked from hashicorp in order to add an M1 arm binary.

Requirements

  • Terraform 0.10.x
  • Go 1.11 (to build the provider plugin)

Usage

terraform {
  required_providers {
    template = {
      source  = "cloudposse/template"
      version = "~> 2.2.0"
    }
  }
}

Thanks