We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221b7e6 commit 352da1fCopy full SHA for 352da1f
gke/standard/regional/ray/main.tf
@@ -15,7 +15,7 @@
15
*/
16
17
# [START gke_standard_regional_ray_operator]
18
-resource "google_container_cluster" "ray-cluster" {
+resource "google_container_cluster" "default" {
19
name = "gke-standard-regional-ray-operator"
20
location = "us-west1"
21
@@ -36,9 +36,5 @@ resource "google_container_cluster" "ray-cluster" {
36
}
37
38
39
-
40
- # Set `deletion_protection` to `true` will ensure that one cannot
41
- # accidentally delete this instance by use of Terraform.
42
- deletion_protection = false
43
44
# [END gke_standard_regional_ray_operator]
0 commit comments