Skip to content

silinternational/template-terraform-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module for ...

TODO: First https://developer.hashicorp.com/terraform/registry/modules/publish if you have never developed a publishable Terraform module. Then follow those requirements when creating your new module.

This module ...

TODO: Change the path in this link:

This module is published in Terraform Registry.

Usage Example

TODO: Update the following as a simple, brief representative sample of the module:

module "this" {
  source = "silinternational/module-name/aws"
  version = "0.1.0"
  
  variable_name = "my variable value"
}

provider "aws" {
  region = "us-east-1"
}

Working Example

TODO: Update or remove this section:

A working example usage of this module is included in the source repository.

About

Template for a Terraform module repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages