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

rds模块异常 #65

Open
Salinse opened this issue Mar 29, 2024 · 1 comment
Open

rds模块异常 #65

Salinse opened this issue Mar 29, 2024 · 1 comment

Comments

@Salinse
Copy link

Salinse commented Mar 29, 2024

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))
	}
@zshongyi
Copy link
Collaborator

请通过L2告知我贵局点的详细版本信息,内部测试可以正常获取tag信息

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

No branches or pull requests

2 participants