add provider constraint for net-vpc, fixes #185

This commit is contained in:
Ludovico Magnocavallo 2021-01-15 19:01:28 +01:00
parent fd838034b8
commit 2aa72c91f5
1 changed files with 3 additions and 0 deletions

View File

@ -16,4 +16,7 @@
terraform {
required_version = ">= 0.13.0"
required_providers {
google = ">= 3.45"
}
}