Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0xhericles/terraform-network-deploy
- Owner: 0xHericles
- Created: 2019-06-29T14:19:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T14:52:03.000Z (over 5 years ago)
- Last Synced: 2024-12-11T23:43:23.472Z (about 1 month 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*