Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xhericles/terraform-network-deploy

Automating the Deployment of Networks with Terraform on GCP
https://github.com/0xhericles/terraform-network-deploy

cloud cloud-computing deploy gcp google-cloud google-cloud-platform instances network terraform virtualization

Last synced: about 1 month ago
JSON representation

Automating the Deployment of Networks with Terraform on GCP

Awesome Lists containing this project

README

        

# Terraform Network Deploy Sample
Automating the Deployment of Networks with Terraform on GCP

## Deploy Instructions

```
terraform init
```
> *Automatically download and install any Provider binary for the providers to use within the configuration*

```
terraform plan
```
> *Creates an execution plan*

```
terraform apply
```
> *Terraform will take in order to change real infrastructure to match the configuration*