Categorygithub.com/ikorchynskyi/terraform-provider-codedeploy

# README

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