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
3.16版本没有tag功能,resourceAlibabacloudStackDBInstance tag部分代码会导致rds创建异常,826-832行以下注释掉才能正常运行
tags, err := rdsService.describeTags(d) if err != nil { return WrapError(err) } if len(tags) > 0 { d.Set("tags", rdsService.tagsToMap(tags)) }
The text was updated successfully, but these errors were encountered:
请通过L2告知我贵局点的详细版本信息,内部测试可以正常获取tag信息
Sorry, something went wrong.
No branches or pull requests
3.16版本没有tag功能,resourceAlibabacloudStackDBInstance tag部分代码会导致rds创建异常,826-832行以下注释掉才能正常运行
The text was updated successfully, but these errors were encountered: