-
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
resource/alicloud_vswitch: Adds ipv6_cidr_block #3427
base: master
Are you sure you want to change the base?
Conversation
HI @ezio-ballarin Can you add the testcase for this feature? |
hey @xiaozhu36, are these tests OK? I couldn't find where to enable IPv6 for the VPC in the |
hi again @xiaozhu36 it's been a couple months, any update here? |
HI @ezio-ballarin I am sorry for late reply. Did you run this your testcase? I think there is any OpenAPI bug and this bug can be found by running the testcase. |
No worries @xiaozhu36, we are all very busy so I understand. I've read through all the docs in this repo and I am probably not understanding enough, but is "acceptance testing" what I need to do for this? It sounds like I will need to run the acceptance tests. Also, I will look into the OpenAPI type issue you pointed out and talk with my TAMs about it. |
@xiaozhu36 I don't think it's a bug, it's designed as is.
I'd like to propose a solution: Add a new int type argument called ipv6_cidr_block_suffix and make ipv6_cidr_block an string attribute. This is aligned with the current design of the Aliyun API. |
@LiangZugeng Thanks your ideas. I think the |
Also, please @ezio-ballarin adds the attribute ipv6_cidr_block description in the resource docs. |
@xiaozhu36 Thanks for your prompt response, could you please elaborate it? I'm not sure I fully understand "I think there should describe the VPC ipv6_cidr_block and do that when the resource setting the vswitch ipv6_cidr_block." Did you mean that there should be only a single argument called ipv6_cidr_block? If that's the case, what's the type of the argument? It will be great if a more detailed design can be suggested. |
|
No description provided.