Skip to content

Commit

Permalink
add rest
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Oct 10, 2023
1 parent 568c8f0 commit e5674af
Show file tree
Hide file tree
Showing 49 changed files with 68 additions and 113 deletions.
6 changes: 3 additions & 3 deletions autogen/main/versions.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.80.0, < 5.0, !=4.65.0, !=4.65.1"
version = ">= 4.80.0, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.80.0, < 5.0, !=4.65.0, !=4.65.1"
version = ">= 4.80.0, < 6"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand All @@ -46,7 +46,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.80.0, < 5.0, !=4.65.0, !=4.65.1"
version = ">= 4.80.0, < 6"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/acm-terraform-blog-part1/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.73.0"
source = "hashicorp/google-beta"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions examples/acm-terraform-blog-part2/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.73.0"
source = "hashicorp/google-beta"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions examples/acm-terraform-blog-part3/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.27.0, < 5.0"
source = "hashicorp/google-beta"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions examples/deploy_service/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/disable_client_cert/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/node_pool/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/node_pool_update_variant/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/node_pool_update_variant_beta/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/node_pool_update_variant_public_beta/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
6 changes: 2 additions & 4 deletions examples/regional_private_node_pool_oauth_scopes/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
8 changes: 3 additions & 5 deletions examples/safer_cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,17 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
}
random = {
source = "hashicorp/random"
version = "~> 3.0"
version = ">= 3.0"
}
}
}
6 changes: 2 additions & 4 deletions examples/safer_cluster_iap_bastion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/shared_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_autopilot_private/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_autopilot_private_non_default_sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_autopilot_public/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_regional/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_regional_beta/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_regional_private/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
6 changes: 2 additions & 4 deletions examples/simple_regional_private_beta/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_regional_with_gateway_api/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_regional_with_kubeconfig/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_regional_with_networking/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_windows_node_pool/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_zonal_private/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
5 changes: 2 additions & 3 deletions examples/simple_zonal_with_acm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.10"
version = ">= 2.10"
}
random = {
source = "hashicorp/random"
Expand Down
6 changes: 2 additions & 4 deletions examples/simple_zonal_with_asm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_zonal_with_hub/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple_zonal_with_hub_kubeconfig/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kind = {
source = "kyma-incubator/kind"
Expand Down
3 changes: 1 addition & 2 deletions examples/stub_domains/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/stub_domains_private/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
3 changes: 1 addition & 2 deletions examples/stub_domains_upstream_nameservers/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
Loading

0 comments on commit e5674af

Please sign in to comment.