/terraform-provider-codedeploy

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Terraform Provider Codedeploy

This repository is a Terraform provider for CodeDeploy deployment execution.

Requirements

Build provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the make install command

Local release build

$ go install github.com/goreleaser/goreleaser@latest
$ make release