Fix min provider version for vpc-sc module (#252)

This commit is contained in:
lcaggio 2021-05-31 11:22:56 +02:00 committed by GitHub
parent 9b4342380f
commit cd6e1c254d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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