Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added support for specifying min_cpu_platform in node config - … #1056

Closed
wants to merge 1 commit into from

Conversation

kudipudi
Copy link
Contributor

@kudipudi kudipudi commented Nov 9, 2021

fix #985

@kudipudi kudipudi requested review from bharathkkb, Jberlinsky and a team as code owners November 9, 2021 03:05
@comment-bot-dev
Copy link

Thanks for the PR! 🚀
Unfortunately it looks like some of our CI checks failed. See the Contributing Guide for details.

  • ⚠️check_generate_modules
    The modules need to be regenerated. Please run make_build.
Checking submodule's files generation
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/README.md /tmp/tmp.4gbWeIKVbf/workspace/README.md
244d243
< | min_cpu_platform | Minimum CPU platform to be used by the nodes in the pool. The nodes may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as `Intel Cascade Lake` or `Amd Epyc Rome`. See the [official documentation](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) for more information. | " " | Optional |
Error: submodule's files generation has not been run, please run the
'make build' command and commit changes
  • ⚠️check_terraform
    Failed Terraform check. More details below.
Running terraform fmt
Running terraform validate
terraform_validate . 
Success!
The configuration is valid.
terraform_validate ./examples/acm-terraform-blog-part1/terraform 
Success!
The configuration is valid.
terraform_validate ./examples/acm-terraform-blog-part2/terraform 
Success!
The configuration is valid.
terraform_validate ./examples/acm-terraform-blog-part3/terraform 
Success!
The configuration is valid.
terraform_validate ./examples/deploy_service 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/disable_client_cert 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/node_pool 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/node_pool_update_variant 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/node_pool_update_variant_beta 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google-beta":
│

 22:   version     = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/node_pool_update_variant_public_beta 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google-beta":
│

 22:   version     = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/private_zonal_with_networking 
Success!
The configuration is valid.
terraform_validate ./examples/regional_private_node_pool_oauth_scopes 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on provider.tf line 18, in provider "google":
│

 18:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/safer_cluster 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 34, in provider "google":
│

 34:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/safer_cluster_iap_bastion 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on provider.tf line 18, in provider "google":
│

 18:   version = 
"~> 3.52.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/shared_vpc 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_regional 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_regional_beta 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_regional_private 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_regional_private_beta 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_regional_with_kubeconfig 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_regional_with_networking 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 18, in provider "google":
│

 18:   version = 
"~> 3.45.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_zonal_private 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_zonal_with_acm 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_zonal_with_asm 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_zonal_with_hub 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/simple_zonal_with_hub_kubeconfig 
Success!
The configuration is valid.
terraform_validate ./examples/stub_domains 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/stub_domains_private 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 18, in provider "google":
│

 18:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/stub_domains_upstream_nameservers 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/upstream_nameservers 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/workload_identity 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./examples/workload_metadata_config 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./modules/acm 
Success!
The configuration is valid.
terraform_validate ./modules/asm 
Success!
The configuration is valid.
terraform_validate ./modules/auth 
Success!
The configuration is valid.
terraform_validate ./modules/beta-private-cluster 
Success!
The configuration is valid.
terraform_validate ./modules/beta-private-cluster-update-variant 
Success!
The configuration is valid.
terraform_validate ./modules/beta-public-cluster 
Success!
The configuration is valid.
terraform_validate ./modules/beta-public-cluster-update-variant 
Success!
The configuration is valid.
terraform_validate ./modules/binary-authorization 
Success!
The configuration is valid.
terraform_validate ./modules/config-sync 
Success!
The configuration is valid.
terraform_validate ./modules/hub 
Success!
The configuration is valid.
terraform_validate ./modules/k8s-operator-crd-support 
Success!
The configuration is valid.
terraform_validate ./modules/private-cluster 
Success!
The configuration is valid.
terraform_validate ./modules/private-cluster-update-variant 
Success!
The configuration is valid.
terraform_validate ./modules/safer-cluster 
Success!
The configuration is valid.
terraform_validate ./modules/safer-cluster-update-variant 
Success!
The configuration is valid.
terraform_validate ./modules/services 
Success!
The configuration is valid.
terraform_validate ./modules/workload-identity 
Success!
The configuration is valid.
terraform_validate ./test/fixtures/beta_cluster 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/simple_regional_beta/main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
╷
│

Error: 
Unsupported attribute
│

│

 on main.tf line 30, in resource "google_kms_crypto_key" "db":
│

 30:   key_ring = google_kms_key_ring.db
.self_link
│

│

This object has no argument, nested block, or exported attribute named
│

"self_link".
╵
terraform_validate ./test/fixtures/deploy_service 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/disable_client_cert 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/node_pool 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/node_pool/main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/node_pool_update_variant 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/node_pool_update_variant/main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/private_zonal_with_networking 
Success!
The configuration is valid.
terraform_validate ./test/fixtures/safer_cluster 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/safer_cluster/main.tf line 34, in provider "google":
│

 34:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/safer_cluster_iap_bastion 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/safer_cluster_iap_bastion/provider.tf line 18, in provider "google":
│

 18:   version = 
"~> 3.52.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/sandbox_enabled 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/simple_regional_beta/main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/simple_regional 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/simple_regional_private 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/simple_regional_private/main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/simple_regional_with_kubeconfig 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/simple_regional_with_networking 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/simple_regional_with_networking/main.tf line 18, in provider "google":
│

 18:   version = 
"~> 3.45.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/simple_zonal 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/simple_zonal_private 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/simple_zonal_private/main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/simple_zonal_with_asm 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.63.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and 2 more similar warnings elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/stub_domains 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/stub_domains_private 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/stub_domains_private/main.tf line 18, in provider "google":
│

 18:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/stub_domains_upstream_nameservers 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/upstream_nameservers 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 24, in provider "google":
│

 24:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/workload_identity 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/workload_identity/main.tf line 22, in provider "google":
│

 22:   version = 
"~> 3.42.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/fixtures/workload_metadata_config 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on ../../../examples/workload_metadata_config/main.tf line 22, in provider "google-beta":
│

 22:   version = 
"~> 3.79.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./test/setup 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on versions.tf line 22, in provider "google":
│

 22:   version = 
"3.50.0"
│

│

Terraform 0.13 and earlier allowed provider version constraints inside the
│

provider configuration block, but that is now deprecated and will be
│

removed in a future version of Terraform. To silence this warning, move the
│

provider version constraint into the required_providers block.
│

│

(and one more similar warning elsewhere)
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.

@kudipudi kudipudi closed this Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is there any way to specify a min_cpu_platform?
2 participants