Tobias Lindberg
                                            Tobias Lindberg
                                        
                                    @vbarrier, run some tests and the queries don't seem to be fully working. I noticed for instance that the `house_number` is returned in `end_address` but not in `end_address_details.house_number`. We need...
> I noticed for instance that the `house_number` is returned in `end_address` but not in `end_address_details.house_number`. Checked against a geofenced address and not another.. therefore the parameters on the address...
Moved CarName fix to #242.
@bpg, well slightly the same. Example terraform file: ```terraform resource "proxmox_virtual_environment_file" "vm_cloud_init" { content_type = "snippets" datastore_id = "local" node_name = var.proxmox_settings.node source_raw { file_name = "cloud-init.user-data.yml" data = file("cloud-init/user-data.yml")...
Also (maybe related to cloud-init issue), the _proxmox_virtual_environment_file_ resource for the cloud-init file shown in [comment](https://github.com/bpg/terraform-provider-proxmox/issues/586#issuecomment-1759733335) returns following error to me when applying: ```plain Planning failed. Terraform encountered an error...
> @tobiasehlert could you pls check if `snippets` content type is enabled on the `local` storage? Could be another case of [#370 (comment)](https://github.com/bpg/terraform-provider-proxmox/issues/370#issuecomment-1605266793) Yes, that fixed my problem with snippet,...
@BSFishy, would be awesome if you could look into this, so we can resolve #16 😄
Hi @Dariusz-Jalowiec, I've had an issue with the cluster extension for flux as well which was a ticket at Microsoft for a while as well where my extension was "Failed"...
@MichalNawrocik thanks for uploading the file! There is actually an additional death on the _Sergiozk_ character that has the same issue. Created [bug-341-killer-parsing-issue](https://github.com/TibiaData/tibiadata-api-go/tree/bug-341-killer-parsing-issue) branch and pushed the html testdata and...
There also seems to be something off with the summon parsing, so I've created #344 separately for that.. this gets resolved automatically by resolving that one first.