fix minimum required version of google-beta provider in dns module

This commit is contained in:
Ludovico Magnocavallo 2020-06-28 11:19:15 +02:00
parent 218a36c413
commit d3fe52ef3a
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ terraform {
required_version = ">= 0.12.20"
required_providers {
google = "~> 3.10"
google-beta = "~> 3.10"
google-beta = "~> 3.20"
}
}