-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new resource for PrivateZone ZoneManage #2434
base: master
Are you sure you want to change the base?
Conversation
Type: schema.TypeString, | ||
Optional: true, | ||
}, | ||
"proxy_pattern": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
该参数的枚举值没有录入
|
||
func PrivateZoneZoneManageBasicdependence(name string) string { | ||
return fmt.Sprintf(` | ||
variable "name" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个变量没有用到直接返回 "" 就可以
|
||
# alicloud\_private\_zone\_zone\_manage | ||
|
||
Provides a Private Zone Zone Manage resource.PrivateZone is an Alibaba Cloud private domain name resolution and management service based on VPC. You can use PrivateZone to resolve private domain names to IP addresses in one or multiple specified VPCs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英文标点后面空一格
# alicloud\_private\_zone\_zone\_manage | ||
|
||
Provides a Private Zone Zone Manage resource.PrivateZone is an Alibaba Cloud private domain name resolution and management service based on VPC. You can use PrivateZone to resolve private domain names to IP addresses in one or multiple specified VPCs. | ||
For information about Private Zone Zone Manage and how to use it, see [What is Resource Manager Folder](https://www.alibabacloud.com/help/en/doc-detail/64611.htm). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
链接的名字没有改
Provides a Private Zone Zone Manage resource.PrivateZone is an Alibaba Cloud private domain name resolution and management service based on VPC. You can use PrivateZone to resolve private domain names to IP addresses in one or multiple specified VPCs. | ||
For information about Private Zone Zone Manage and how to use it, see [What is Resource Manager Folder](https://www.alibabacloud.com/help/en/doc-detail/64611.htm). | ||
|
||
-> **NOTE:** Available in 1.82.0+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新版本 1.83.0
The following arguments are supported: | ||
|
||
* `zone_name` - (Optional, ForceNew) The name of the zone. | ||
* `proxy_pattern` - (Optional) ZONE: indicates that the recursive DNS proxy is disabled.RECORD: indicates that the recursive DNS proxy is enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里把所有的入参都列出来,可以参考之前的 ptvz,出参也是一样
Config: testAccConfig(map[string]interface{}{ | ||
"user_client_ip": "1.1.1.2", | ||
"proxy_pattern": "ZONE", | ||
"lang": "us", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个 lang 有 us 么?
de60441
to
dd4432c
Compare
|
No description provided.