Skip to content

Coolomina/terraform_plugin_boilerplate

Repository files navigation

Terraform plugin boilerplate

This repo is intended to be forked and by no means is the standard approach when developing Terraform, even though it's inspired by its docs.

Steps to start developing

First of all you should download all dependencies:

$ make build_deps

And then you can start developing your Terraform plugin by:

$ make dev

When you're done, you can test your plugin by running:

$ make compile_plugin
$ make init
$ make plan
$ make apply

About

This repo provides the skeleton to start developing Terraform plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published