Terraform module blueprint
IMPORTANT: The master branch is used in source just as an example. In your code, do not pin to master because there may be breaking changes between releases. Instead pin to the release tag (e.g. ?ref=tags/x.y.z) of one of our latest releases.
module "blueprint" {
source = "terraform-module/blueprint"
version = "0.0.0"
# insert required variables here
}
See examples
directory for working examples to reference
Name | Version |
---|---|
terraform | >= 1 |
No providers.
No modules.
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
variable | defaul,description,type | string |
"variable" |
no |
Name | Description |
---|---|
used | used value |
- 📝 Use a succinct title and description.
- 🐛 Bugs & feature requests can be be opened
- 📶 Support questions are better asked on Stack Overflow
- 😊 Be nice, civil and polite (as always).
Copyright 2019 Ivan Katliarhcuk
MIT Licensed. See LICENSE for full details.
Submit a pull request
Currently maintained by Ivan Katliarchuk and these awesome contributors.