Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chushenmeshile
Copy link
Contributor

No description provided.

Type: schema.TypeString,
Optional: true,
},
"proxy_pattern": {
Copy link
Contributor

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" {
Copy link
Contributor

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.
Copy link
Contributor

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).
Copy link
Contributor

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+
Copy link
Contributor

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.
Copy link
Contributor

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 lang 有 us 么?

@chushenmeshile chushenmeshile force-pushed the newZone branch 2 times, most recently from de60441 to dd4432c Compare May 9, 2020 08:10
@CLAassistant
Copy link

CLAassistant commented Aug 11, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants