Skip to content

Commit 24f3458

Browse files
王超xiaozhu36
authored andcommitted
Removes the provider setting and improves the Readme
1 parent fddbbf4 commit 24f3458

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ If you have not set them yet, please install [aliyun-cli](https://github.com/ali
2626
```hcl
2727
module "managed-k8s" {
2828
source = "terraform-alicloud-modules/managed-kubernetes/alicloud"
29-
profile = "Your-profile-name"
3029
3130
k8s_name_prefix = "my-managed-k8s-with-new-vpc"
3231
new_vpc = true
@@ -46,7 +45,6 @@ a new EIP with `new_eip_bandwidth` and several snat entries for vswitches.
4645
```hcl
4746
module "managed-k8s" {
4847
source = "terraform-alicloud-modules/managed-kubernetes/alicloud"
49-
profile = "Your-profile-name"
5048
5149
k8s_name_prefix = "my-managed-k8s-with-new-vpc"
5250
new_vpc = false
@@ -111,10 +109,6 @@ If you want to store kube config and other certificates after the cluster create
111109
112110
| Name | Description | Type | Default | Required |
113111
|------|-------------|:----:|:-----:|:-----:|
114-
| region | The region ID used to launch this module resources. If not set, it will be sourced from followed by ALICLOUD_REGION environment variable and profile | string | '' | no |
115-
| profile | The profile name as set in the shared credentials file. If not set, it will be sourced from the ALICLOUD_PROFILE environment variable. | string | '' | no |
116-
| shared_credentials_file | 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. | string | '' | no |
117-
| skip_region_validation | 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). | bool | false | no |
118112
| new_vpc | Create a new vpc for this module | string | false | no |
119113
| vpc_cidr | The cidr block used to launch a new vpc | string | "192.168.0.0/16" | no |
120114
| vswitch_ids | List Ids of existing vswitch | string | [] | yes |
@@ -157,7 +151,7 @@ Terraform version
157151
| Name | Version |
158152
|------|---------|
159153
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12.0 |
160-
| <a name="requirement_alicloud"></a> [alicloud](#requirement\_alicloud) | >= 1.56.0
154+
| <a name="requirement_alicloud"></a> [alicloud](#requirement\_alicloud) | >= 1.77.0 |
161155
162156
## Notes
163157
From the version v1.5.0, the module has removed the following `provider` setting:

0 commit comments

Comments
 (0)