Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peopleware/terraform-ppwcode-modules
Common Terraform modules.
https://github.com/peopleware/terraform-ppwcode-modules
javascript node-js nodejs terraform terraform-external-data terraform-modules terraform-scripts yarn
Last synced: about 1 month ago
JSON representation
Common Terraform modules.
- Host: GitHub
- URL: https://github.com/peopleware/terraform-ppwcode-modules
- Owner: peopleware
- License: apache-2.0
- Created: 2016-06-27T10:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T05:47:42.000Z (over 1 year ago)
- Last Synced: 2024-09-27T19:21:31.088Z (about 2 months ago)
- Topics: javascript, node-js, nodejs, terraform, terraform-external-data, terraform-modules, terraform-scripts, yarn
- Language: HCL
- Size: 792 KB
- Stars: 1
- Watchers: 12
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-ppwcode-modules
This repository contains a number of general [Terraform] modules.
The [Terraform] documentation describes [how to use modules].
You import the modules from Github, as described [in the documentation][terraform module sources].
Use the format for public Github repositories, using the "double-slash" to refer to the correct
subdirectory.module "MODULE_INSTANCE_NAME" {
source = "github.com/peopleware/terraform-ppwcode-modules//MODULE_NAME"
}# Compatibility --> 7.n.n
Version `7.n.n` removes support for `domain_version`, which required Nodejs / JavaScript. Since Nodejs / JavaScript
is now no longer used, this library is no longer published on npm since version `7.n.n`.When switching from an earlier version to version `7.0.0` or higher _Terraform will remove the SOA record introduced by
when [`subdomain`](subdomain)_. The user should add a replacement by hand, and maintain it (if desired) where this
module was used.[terraform]: https://peopleware.atlassian.net/wiki/x/CwAvBg
[how to use modules]: https://www.terraform.io/docs/modules/usage.html
[terraform module sources]: https://www.terraform.io/docs/modules/sources.html