-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kudipudi
requested review from
bharathkkb,
Jberlinsky and
a team
as code owners
November 9, 2021 03:05
Thanks for the PR! 🚀
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
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…fix #985