# README
Terraform Provider Codedeploy
This repository is a Terraform provider for CodeDeploy deployment execution.
Requirements
Build provider
- Clone the repository
- Enter the repository directory
- Build the provider using the
make install
command
Local release build
$ go install github.com/goreleaser/goreleaser@latest
$ make release