Skip to content

Commit

Permalink
Fix broken terraform datasource google_compute_machine_types example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblokzijl authored Feb 21, 2024
1 parent b7e1e25 commit 41c5863
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 41c5863

Please sign in to comment.