An open API service indexing awesome lists of open source software.

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

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`