Compendium.Terraform 2.0.2

There is a newer version of this package available.
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.

Version Downloads Last Updated
2.0.4 159 2/17/2025
2.0.3 145 2/11/2025
2.0.2 151 2/11/2025
2.0.1 141 2/11/2025
1.0.2 761 6/2/2023
1.0.1 220 6/2/2023
1.0.0 332 6/2/2023