https://github.com/imjoseangel/terraform-sdk
Terraform Organization and Architecture definition
https://github.com/imjoseangel/terraform-sdk
Last synced: about 2 months ago
JSON representation
Terraform Organization and Architecture definition
- Host: GitHub
- URL: https://github.com/imjoseangel/terraform-sdk
- Owner: imjoseangel
- License: mit
- Created: 2020-08-12T08:03:54.000Z (about 5 years ago)
- Default Branch: devel
- Last Pushed: 2021-04-12T12:59:43.000Z (over 4 years ago)
- Last Synced: 2025-07-03T16:43:43.933Z (3 months ago)
- Language: HCL
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform SDK
## How to use this repository
The aim of this repository is to define and create a **Hashicorp Terraform** structure based on best practices.
I will investigate and annotate any nice and hidden features to work with **Terraform**.
To run any of the examples do:
```shell
terraform init -var-file="directory/secret/main-jdld.json" directory/
```