We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
希望可以增加manager_ip参数来自定义默认网关地址
resource "qingcloud_vxnet" "private_network"{ name = "private_network" type = 1 vpc_id = "${qingcloud_vpc.vpc.id}" ip_network = "172.22.1.0/24" manager_ip = "172.22.1.2" }
https://github.com/yunify/qingcloud-sdk-go/blob/master/service/router.go#L886
The text was updated successfully, but these errors were encountered:
qingcloud api not support this parameter: https://docs.qingcloud.com/product/api/action/vxnet/create_vxnets
Sorry, something went wrong.
No branches or pull requests
希望可以增加manager_ip参数来自定义默认网关地址
Terraform Configuration Files
https://github.com/yunify/qingcloud-sdk-go/blob/master/service/router.go#L886
The text was updated successfully, but these errors were encountered: