File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,12 @@ From the version v1.5.0, the module has removed the following `provider` setting
164
164
165
165
```hcl
166
166
provider "alicloud" {
167
- profile = var.profile != "" ? var.profile : null
168
- region = var.region != "" ? var.region : null
169
- skip_region_validation = var.skip_region_validation
170
- }
167
+ profile = var.profile != "" ? var.profile : null
168
+ shared_credentials_file = var.shared_credentials_file != "" ? var.shared_credentials_file : null
169
+ region = var.region != "" ? var.region : null
170
+ skip_region_validation = var.skip_region_validation
171
+ configuration_source = "terraform-alicloud-modules/managed-kubernetes"
172
+ }
171
173
```
172
174
173
175
If you still want to use the ` provider ` setting to apply this module, you can specify a supported version, like 1.4.0:
@@ -234,5 +236,3 @@ Reference
234
236
* [ Terraform-Provider-Alicloud Github] ( https://github.com/terraform-providers/terraform-provider-alicloud )
235
237
* [ Terraform-Provider-Alicloud Release] ( https://releases.hashicorp.com/terraform-provider-alicloud/ )
236
238
* [ Terraform-Provider-Alicloud Docs] ( https://www.terraform.io/docs/providers/alicloud/ )
237
-
238
-
You can’t perform that action at this time.
0 commit comments