William Albertus Dembo
William Albertus Dembo
Hi, @kostiantyn-nemchenko can you help review this? Thank you in advance.
is this still ongoing? we need this because our packer template use multiple files
@NefixEstrada do you mind if I take a look and try to create the test?
any input @denis256 ? I'm thinking of adding a mock here to check the binary call but can't find a way to do it. Do you have test recommendations in...
@batinicaz can you rebase the master and see whether it passes the test? It's blocking user from using Packer 1.10.0
You can try [private_dns_private_zone_list](https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs/data-sources/private_dns_private_zone_list) ```hcl data "tencentcloud_private_dns_private_zone_list" "dns_zones" { filters { name = "ZoneId" values = ["zone-abcdef"] } } resource "tencentcloud_private_dns_record" "dns_record" { zone_id = tencentcloud_private_dns_private_zone_list.dns_zones.0.zone_id record_type = "A" record_value...
@wokwong please close this issue if it's already resolved