Skip to content

Commit

Permalink
add provider version constraint for GCP and Aliyun
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangQD committed Sep 27, 2019
1 parent f987843 commit 1d7b68c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/aliyun/versions.tf
Original file line number Diff line number Diff line change
@@ -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"
}
}
7 changes: 7 additions & 0 deletions deploy/gcp/versions.tf
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 1d7b68c

Please sign in to comment.