-
Notifications
You must be signed in to change notification settings - Fork 376
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
Conversation
This file contains hidden or 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
Thanks for the PR! 🚀
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. |
superseded by #215 |
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.
This PR was auto generated, please review for accuracy before merging