Skip to content

Commit

Permalink
pin alicloud version to fix ci errors (#2008)
Browse files Browse the repository at this point in the history
Co-authored-by: DanielZhangQD <zhanghailong810@aliyun.com>
  • Loading branch information
sre-bot and DanielZhangQD committed Mar 23, 2020
1 parent adf28fc commit 0c0b8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/modules/aliyun/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_version = ">= 0.12"
required_providers {
alicloud = "~> 1.56"
alicloud = ">= 1.56, < 1.75"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
Expand Down

0 comments on commit 0c0b8ef

Please sign in to comment.