Skip to content

ikorchynskyi/terraform-provider-codedeploy

Repository files navigation

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