Skip to content

terraform-module/terraform-module-blueprint

Repository files navigation

Module Blueprint

Terraform module blueprint


linter release.draft

Maintenance GitHub forks


Documentation

Usage example

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
}

Examples

See examples directory for working examples to reference

Assumptions

Available features

Requirements

Name Version
terraform >= 1

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
variable defaul,description,type string "variable" no

Outputs

Name Description
used used value

📝 Guidelines

  • 📝 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).

License

Copyright 2019 Ivan Katliarhcuk

MIT Licensed. See LICENSE for full details.

How to Contribute

Submit a pull request

Authors

Currently maintained by Ivan Katliarchuk and these awesome contributors.

ForTheBadge uses-git

Terraform Registry

Resources

Clone Me

Create a repository using this template →