Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 922 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 922 Bytes

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.