Handle terraform providers in >= 0.14 better

This commit is contained in:
2021-01-16 19:55:36 -06:00
parent bcfb9196a0
commit aa878189d1
3 changed files with 4 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ terraform {
version = ">= 2.3.0"
}
}
required_version = ">= 0.13"
}