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

resource/pvtz_rule: add the query field bind_vpcs resource/alb_load_balancer: add the query field dns_name #4607

Merged
merged 1 commit into from Feb 25, 2022

Conversation

Wanghx0991
Copy link
Contributor

No description provided.

@Wanghx0991 Wanghx0991 changed the title resource/pvtz_rule: add the query field bind_vpcs resource/pvtz_rule: add the query field bind_vpcs resource/alb_load_balancer: add the query field dns_name Feb 24, 2022
"dns_name": {
Type: schema.TypeString,
Computed: true,
},
Copy link
Member

Choose a reason for hiding this comment

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

这不应该加在resource上,应该加在datasource上

@@ -59,6 +59,22 @@ func resourceAlicloudPvtzRule() *schema.Resource {
Required: true,
ForceNew: true,
},
"bind_vpcs": {
Copy link
Member

Choose a reason for hiding this comment

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

这个不应该直接加成一个属性,应该用一个attachment资源

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

Successfully merging this pull request may close these issues.

None yet

2 participants