https://github.com/jonathanporta/terraform-rust-server
Terraform config for spinning up a Rust server on Google Compute Engine
https://github.com/jonathanporta/terraform-rust-server
Last synced: 6 months ago
JSON representation
Terraform config for spinning up a Rust server on Google Compute Engine
- Host: GitHub
- URL: https://github.com/jonathanporta/terraform-rust-server
- Owner: JonathanPorta
- License: mit
- Created: 2015-09-05T23:41:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T22:49:15.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T19:36:55.756Z (over 1 year ago)
- Language: HCL
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-rust-server
Terraform config for spinning up a Rust server on Google Compute Engine
# Creating Infrastructure on a Single Provider
Infrastructure is organized into two modules based on the infra provider: `aws` and `gce`.
`terraform plan -target=module.aws` or `terraform plan -target=module.gce`