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 year ago
JSON representation
Automating the Deployment of Networks with Terraform on GCP
- Host: GitHub
- URL: https://github.com/0xHericles/terraform-network-deploy
- Owner: 0xHericles
- Created: 2019-06-29T14:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T14:52:03.000Z (over 6 years ago)
- Last Synced: 2025-03-16T18:23:02.163Z (about 1 year ago)
- Topics: cloud, cloud-computing, deploy, gcp, google-cloud, google-cloud-platform, instances, network, terraform, virtualization
- Language: HCL
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*