You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
# provider
3
3
######################
4
4
variable"region" {
5
-
description="The region used to launch this module resources."
5
+
description="(Deprecated from version 1.4.0) The region used to launch this module resources."
6
6
type=string
7
7
default=""
8
8
}
9
9
variable"profile" {
10
-
description="The profile name as set in the shared credentials file. If not set, it will be sourced from the ALICLOUD_PROFILE environment variable."
10
+
description="(Deprecated from version 1.4.0) The profile name as set in the shared credentials file. If not set, it will be sourced from the ALICLOUD_PROFILE environment variable."
11
11
type=string
12
12
default=""
13
13
}
14
14
variable"shared_credentials_file" {
15
-
description="This is the path to the shared credentials file. If this is not set and a profile is specified, $HOME/.aliyun/config.json will be used."
15
+
description="(Deprecated from version 1.4.0) This is the path to the shared credentials file. If this is not set and a profile is specified, $HOME/.aliyun/config.json will be used."
16
16
type=string
17
17
default=""
18
18
}
19
19
variable"skip_region_validation" {
20
-
description="Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet)."
20
+
description="(Deprecated from version 1.4.0) Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet)."
0 commit comments