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 |
Copyright 2019 Ivan Katliarhcuk
MIT Licensed. See LICENSE for full details.
Submit a pull request
Currently maintained by Ivan Katliarchuk and these awesome contributors.