diff --git a/deploy/aliyun/versions.tf b/deploy/aliyun/versions.tf index ac97c6ac8e..0019392113 100644 --- a/deploy/aliyun/versions.tf +++ b/deploy/aliyun/versions.tf @@ -1,4 +1,11 @@ terraform { required_version = ">= 0.12" + required_providers { + alicloud = "~> 1.56" + external = "~> 1.2" + helm = "~> 0.10" + null = "~> 2.1" + template = "~> 2.1" + } } diff --git a/deploy/gcp/versions.tf b/deploy/gcp/versions.tf index ac97c6ac8e..f7999a8e96 100644 --- a/deploy/gcp/versions.tf +++ b/deploy/gcp/versions.tf @@ -1,4 +1,11 @@ terraform { required_version = ">= 0.12" + required_providers { + google = "~> 2.16" + google-beta = "~> 2.16" + external = "~> 1.2" + helm = "~> 0.10" + null = "~> 2.1" + } }