Skip to content

Commit

Permalink
fix: Update required Terraform version for firewall-rules submodule (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored Feb 16, 2021
1 parent 08d7167 commit 6a86ae2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions modules/firewall-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@
*/

terraform {
required_version = ">=0.12.6"
required_version = ">= 0.13.0"
required_providers {
google = "<4.0,>= 2.12"
google = {
source = "hashicorp/google"
version = "<4.0,>= 2.12"
}
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-network:firewall-rules/v3.1.0"
}
}

0 comments on commit 6a86ae2

Please sign in to comment.