Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon4d-us authored Oct 11, 2023
2 parents bd29240 + 1ddc122 commit 9ea122c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _about/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The HashiCorp Terraform Kubernetes provider team is :

* Tejitha Raju, Product Manager - [@tejavar](https://github.com/tejavar)
* Vishnu Ravindra, Product Manager - [@vravind1](https://github.com/vravind1)
* Alex Somesan, Engineer - [@alexsomesan](https://github.com/alexsomesan)
* John Houston, Engineer - [@jrhouston](https://github.com/jrhouston)
* Sacha Rybolovlev, Engineer - [@arybolovlev](https://github.com/arybolovlev)
Expand Down
2 changes: 2 additions & 0 deletions kubernetes/test-infra/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ resource "google_container_cluster" "primary" {
]
}
}

deletion_protection = false
}

locals {
Expand Down
9 changes: 8 additions & 1 deletion kubernetes/test-infra/gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@


terraform {
required_version = ">= 0.12"
required_version = ">= 1.0"

required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.0.0, < 6.0.0"
}
}
}

0 comments on commit 9ea122c

Please sign in to comment.