Skip to content

feat: update TPG version constraints to allow 4.0 #213

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

Closed
wants to merge 1 commit into from

Conversation

cloud-foundation-bot
Copy link
Collaborator

This PR was auto generated, please review for accuracy before merging

@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_terraform
    Failed Terraform check. More details below.
Running terraform fmt
Running terraform validate
terraform_validate ./examples/compute_instance/disk_snapshot 
Success!
The configuration is valid.
terraform_validate ./examples/compute_instance/multiple_interfaces 
Success!
The configuration is valid.
terraform_validate ./examples/compute_instance/next_hop 
Success!
The configuration is valid.
terraform_validate ./examples/compute_instance/simple 
Success!
The configuration is valid.
terraform_validate ./examples/compute_instance/tags 
Success!
The configuration is valid.
terraform_validate ./examples/instance_template/additional_disks 
Success!
The configuration is valid.
terraform_validate ./examples/instance_template/alias_ip_range 
Success!
The configuration is valid.
terraform_validate ./examples/instance_template/encrypted_disks 
╷
│

Error: 
Unsupported attribute
│

│

 on main.tf line 45, in module "instance_template":
│

 45:   disk_encryption_key = google_kms_crypto_key.example-key
.self_link
│

│

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

"self_link".
╵
terraform_validate ./examples/instance_template/simple 
Success!
The configuration is valid.
terraform_validate ./examples/mig/autoscaler 
Success!
The configuration is valid.
terraform_validate ./examples/mig/full 
Success!
The configuration is valid.
terraform_validate ./examples/mig/healthcheck 
Success!
The configuration is valid.
terraform_validate ./examples/mig/simple 
Success!
The configuration is valid.
terraform_validate ./examples/mig_with_percent/simple 
Success!
The configuration is valid.
terraform_validate ./examples/preemptible_and_regular_instance_templates/simple 
Success!
The configuration is valid.
terraform_validate ./examples/umig/full 
Success!
The configuration is valid.
terraform_validate ./examples/umig/named_ports 
Success!
The configuration is valid.
terraform_validate ./examples/umig/simple 
Success!
The configuration is valid.
terraform_validate ./examples/umig/static_ips 
Success!
The configuration is valid.
terraform_validate ./modules/compute_disk_snapshot 
Success!
The configuration is valid.
terraform_validate ./modules/compute_instance 
Success!
The configuration is valid.
terraform_validate ./modules/instance_template 
Success!
The configuration is valid.
terraform_validate ./modules/mig 
Success!
The configuration is valid.
terraform_validate ./modules/mig_with_percent 
Success!
The configuration is valid.
terraform_validate ./modules/preemptible_and_regular_instance_templates 
Success!
The configuration is valid.
terraform_validate ./modules/umig 
Success!
The configuration is valid.
terraform_validate ./test/fixtures/compute_instance/disk_snapshot 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/compute_instance/simple_zone 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/instance_simple 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/instance_template/additional_disks 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/instance_template/alias_ip_range 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/instance_template/simple 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/mig/autoscaler 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/mig/healthcheck 
Success!
The configuration is valid.
terraform_validate ./test/fixtures/mig/simple 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/mig_with_percent/simple 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/preemptible_and_regular_instance_templates/simple 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/umig/named_ports 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/umig/simple 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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/umig/static_ips 
╷
│

Warning: 
Version constraints inside provider configuration blocks are deprecated
│

│

 on network.tf line 18, in provider "random":
│

 18:   version = 
"~> 2.2"
│

│

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 
Success!
The configuration is valid.

@bharathkkb
Copy link
Member

superseded by #215

@bharathkkb bharathkkb closed this Nov 24, 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.

3 participants