Compendium.Terraform
2.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install Compendium.Terraform::2.0.2
This package contains a .NET Template Package you can call from the shell/command line.
Terraform Module
This dotnet template will set up a new Terraform module with all of the required files and optional recommended practices.
Getting Started
To set up a new Terraform module using the dotnet tempate run the following command
dotnet new terraform
Quickstart
terraform init
terraform validate
terraform test
terraform plan -out "tfplan"
terraform apply "tfplan"
terraform output "contact_email"
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.