Skip to content

Commit

Permalink
Fix broken terraform datasource google_compute_machine_types example (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblokzijl authored and BBBmau committed Mar 6, 2024
1 parent 96da60a commit 5fd0c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Configure a Google Kubernetes Engine (GKE) cluster with node auto-provisioning,

```hcl
data "google_compute_machine_types" "example" {
filter = "name = 'n1-standard-1'"
filter = "name = \"n1-standard-1\""
zone = "us-central1-a"
}
Expand Down

0 comments on commit 5fd0c03

Please sign in to comment.