Skip to content
/ terraform_module Public template

A template for creating Terraform modules that are sourced from GitHub.

Notifications You must be signed in to change notification settings

Zymus/terraform_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform_module

A template for creating Terraform modules that are sourced from GitHub.

Provides a base set of files, as mentioned in the Style Guide.

All files are configured as close to local as possible.

Example Usage

PS F:\github\Zymus\commitments\public\terraform_module> tofu plan
var.name
  Enter a value: Reno


Changes to Outputs:
  + greeting = "Hello Reno"

Blank. Most of your Resources and Data Sources will go here, unless a more specialized place is appropriate. See the Style Guide for more details.

A simple greeting based on the name variable.

Required providers.

Variables for the module. Just a simple name to start.

About

A template for creating Terraform modules that are sourced from GitHub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages