https://github.com/sidick/terraform-module-template
Template repo to create a Terraform module from
https://github.com/sidick/terraform-module-template
example template terraform terraform-module terraform-modules
Last synced: 2 months ago
JSON representation
Template repo to create a Terraform module from
- Host: GitHub
- URL: https://github.com/sidick/terraform-module-template
- Owner: sidick
- License: other
- Created: 2018-06-09T13:52:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T11:26:31.000Z (about 2 years ago)
- Last Synced: 2026-03-02T01:40:08.503Z (4 months ago)
- Topics: example, template, terraform, terraform-module, terraform-modules
- Language: HCL
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-module-template
## Generic Terraform module
Sample Terraform module to use as a base template for other modules.
These types of resources are supported:
* [Description of Resource](https://www.terraform.io/docs/providers/aws/r/example_resource_url.html)
### Features
This module aims to allow the easy implementation of **ALL** possible combinations of SSL ciphers and protocols which are supported by AWS and latest stable version of Terraform:
* Generic module which allows the setting of any combination of ciphers and protocols.
* Pre-written modules to implement all of the Amazon supplied default policies.
* Allowing the customisation of default policies.
If there is a missing feature or a bug - [open an issue](https://github.com/sidick/terraform-module-template/issues/new).
### Usage
Give examples of using the module here:
#### 1. The first example
```hcl
module "template_module" {
source = "github.com/sidick/elb-ssl-negotiation"
example = "Parameter data"
}
```
### Author
Module managed by [Simon Dick](https://github.com/sidick).
### License
Put details of which licence here, eg:
BSD 3-Clause License. See LICENSE for full details.