openinfrastructure / terraform-google-multinic

Connect two VPC networks with an auto-healing, auto-scaling group of IP router instances.
Apache License 2.0
10 stars 5 forks source link

Terraform 0.14 compatibility #39

Closed jeffmccune closed 3 years ago

jeffmccune commented 3 years ago

The following have been validated with version 4.0.0 of the multinic module with the following terragrunt configuration:

# terragrunt.hcl
terraform {
  source = "git::git@github.com:openinfrastructure/terraform-google-multinic.git//examples/multiregion?ref=4.0.0"
}
terraform -v
Terraform v0.14.5
+ provider registry.terraform.io/hashicorp/google v3.55.0
+ provider registry.terraform.io/hashicorp/google-beta v3.55.0
+ provider registry.terraform.io/hashicorp/random v2.3.1
+ provider registry.terraform.io/hashicorp/template v2.2.0
 terragrunt -v
terragrunt version v0.27.3