Terraform-Up-and-Running-Code-Samples-Translated icon indicating copy to clipboard operation
Terraform-Up-and-Running-Code-Samples-Translated copied to clipboard

Code samples of the book "Terraform: Up and Running" translated to other providers than AWS.

Results 3 Terraform-Up-and-Running-Code-Samples-Translated issues
Sort by recently updated
recently updated
newest added

The following `main.tf` in this repo: https://github.com/mjuenema/Terraform-Up-and-Running-Code-Samples-Translated/blob/develop/gcloud/code/terraform/02-intro-to-terraform-syntax/webserver-cluster/main.tf contains this unnecessary code: ``` resource "google_compute_backend_service" "example" { name = "example-backend-service" port_name = "http" protocol = "HTTP" timeout_sec = 10 enable_cdn =...

I updated the AWS commit to the latest version. As for azure scripts preface and chapter 1 is updated for both terraform and packer.

Google Compute Engine no more support `disk` , used `boot_disk` instead.