https://github.com/mr-smithers-excellent/oss-terraform
Terraform scripts for open source projects
https://github.com/mr-smithers-excellent/oss-terraform
aws oss terraform terraform-cloud
Last synced: about 1 month ago
JSON representation
Terraform scripts for open source projects
- Host: GitHub
- URL: https://github.com/mr-smithers-excellent/oss-terraform
- Owner: mr-smithers-excellent
- License: mit
- Created: 2020-05-03T20:30:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T06:59:34.000Z (about 5 years ago)
- Last Synced: 2025-02-17T05:57:00.528Z (3 months ago)
- Topics: aws, oss, terraform, terraform-cloud
- Language: HCL
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform OSS
Terraform scripts for open source projects
## Package structure
## Resources
* VPC
* OpenVPN Access Server
* RDS
* AWS Elasticsearch
## Creation orderThese Terraform scripts make use of [terraform-remote-state](https://www.terraform.io/docs/providers/terraform/d/remote_state.html) to retrieve VPC details for dependent resources. As such, they must be run in a particular order:
1. Create the VPC `global/vpc`
2. Create the OpenVPN server `global/openvpn`## Terraform Cloud