Catalin Muresan
Catalin Muresan
You should be able to use https://registry.terraform.io/providers/elastic/elasticstack/latest/docs/resources/elasticsearch_cluster_settings to provision the cluster after it is up and running, and add the configuration parameters that you want.
Something like this should work, I did not test myself, but it should be as simple as: ```hcl provider "elasticstack" { elasticsearch { username = ec_deployment.test.elasticsearch_username password = ec_deployment.test.elasticsearch_password endpoints...
Maybe add `data.restapi_objects` (plural) that just does a fetch and store the result in the state?
Hi, at the time I implemented node-info using https://libvirt.org/html/libvirt-libvirt-host.html#virNodeInfo which returns what you saw (with incorrect data) and I did not see that virConnectGetCapabilities exists. Since a release was not...
> In your example, you have `var.database_name` defined somewhere. Would it not be possible to just use the database UUID? If you are creating databases with terraform, you have access...
> @muresan Apologies for letting this fall off my radar. > > > * backing services manages astra_database, creates using `database_name` and has `database_id` but does not share the id...
@microsoft-github-policy-service agree
> @@muresan Thank you for your contribute. Can you help add AccTest to cover the new data source. And add separate schema(data source properties are simply `compute=true`) and flatten function...
I can confirm the same issue, observed when moving from F40 to F42 which updated from mpv-0.37 (my guess) to 0.40. I've downgraded mpv to 0.39 (https://koji.fedoraproject.org/koji/buildinfo?buildID=2648945) which resolved the...
Using `--gpu-api=vulkan` I was able to reproduce it on 0.39, stuttering without any resize, just drag the window around, almost locking the system when resizing and also when dragging the...