Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logikal-io/terraform-modules
Common Terraform modules
https://github.com/logikal-io/terraform-modules
terraform
Last synced: about 22 hours ago
JSON representation
Common Terraform modules
- Host: GitHub
- URL: https://github.com/logikal-io/terraform-modules
- Owner: logikal-io
- License: mit
- Created: 2022-09-17T14:03:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:58:42.000Z (3 months ago)
- Last Synced: 2024-11-10T15:40:02.285Z (about 2 months ago)
- Topics: terraform
- Language: HCL
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Terraform Modules
=================
This repository contains our common Terraform modules. You can use any of the modules by simply
referencing the appropriate GitHub path and tag:.. code-block:: terraform
module "static_site" {
source = "github.com/logikal-io/terraform-modules//gcp/static-site?ref=v.1.0.0...
}You can find more information about each module in the module-specific ``README.md`` file and learn
about the available input variables from the appropriate ``variables.tf`` file.License
-------
The modules in this repository are licensed under the MIT open source license.