Compendium.Terraform 2.0.4

dotnet new install Compendium.Terraform::2.0.4
                    
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

This template can be used to create a new root level module in your repository or can be used to create a nested module.

dotnet new

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_name"

Template

The template contains the following folder structure:

.
├── .gitignore
├── backend.tf
├── config.local.tfbackend
├── locals.tf
├── main.tf
├── outputs.tf
├── providers.tf
├── README.md
├── terraform.tf
├── variables.tf
├── tests/
│   ├── main.tftest.hcl

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