You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
tf -version
Terraform v1.8.4
on darwin_amd64
Your version of Terraform is out of date! The latest version
is 1.9.1. You can update by downloading from https://www.terraform.io/downloads.html
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/swallretu/e84cb3e0ad50d2f729a105613d998e88
Panic Output
https://gist.github.com/swallretu/09624abda1b4bf817bec1431aa8a9bb8
Expected Behavior
1.创建es实例成功
2.es属性正常(网络控制,标签等)
3.无任何异常output
Actual Behavior
1.创建es实例成功
2.es访问控制中白名单列表缺失部分ip,并且无标签属性
3.控制台有异常输出(输出内容参考Panic output)
图片展示
Steps to Reproduce
terraform apply
Important Factoids
几个奇怪现象说明下:
1.最终output提示kibanapublicaccess参数不正确但是实例创建成功了。
2.kibanapublicaccess参数根据apply的output来看是正确的,和文档描述的数据类型和字段值都一样,但是程序提示有问题。
3.标签信息和es_acl中的白名单信息根据output来看是正确的,但是创建出的实例没有参数信息。
以上是一些疑惑。
References
latest tencentcloud provider es instance docs
The text was updated successfully, but these errors were encountered: