wsidl

Results 11 comments of wsidl

Was finally able to determine the issue is with `libvirt_cloudinit_disk`. When this is assigned to the domain, it creates a disk block attached to the IDE bus. This machine does...

Just noticed this as well. How you fix this is configure multiple providers for your project. ```hcl # Auth in clouds.yaml provider "openstack" { cloud = "admin" } provider "openstack"...

@jbe-dw not quite sure what the issue is here. Kind of sounds like you're duplicating the resources across tenants/projects? If there's anything you can do to ease the issue using...

@t928948 , I managed to do this by setting up the cloud file with the project details to be created. Then I would set up 2 providers (one for `admin`...

:+1: https://www.github.com/VonC/asciidocgo

This is related but not a duplicate of #84. That issue specifically relates to the order of operations involving applying depedencies before all dependencies are captured.

If you look at the document on [bundling](https://json-schema.org/understanding-json-schema/structuring#bundling), it describes the base schema provides the Base URI for the document. Unless a sub-schema or reference defines their own domain or...

Following what are now accepted PEPs, would be great to ensure any project management features adheres to [PEP-621](https://peps.python.org/pep-0621/) (which now refer to [this KB doc](https://packaging.python.org/en/latest/specifications/pyproject-toml/#pyproject-toml-spec)) and [PEP-518](https://peps.python.org/pep-0518/). This means a...

Would love to get this working as well. Does seem like the "Database" category's `password` field is missing [the "Purpose" parameter](https://github.com/1Password/terraform-provider-onepassword/blob/69451ed86b1b422d497bf45f206e14007f9377a1/internal/provider/onepassword_item_resource.go#L698) that both the ["Login"](https://github.com/1Password/terraform-provider-onepassword/blob/69451ed86b1b422d497bf45f206e14007f9377a1/internal/provider/onepassword_item_resource.go#L652) and ["Password"](https://github.com/1Password/terraform-provider-onepassword/blob/69451ed86b1b422d497bf45f206e14007f9377a1/internal/provider/onepassword_item_resource.go#L672) categories have. This...

Another use case is for dynamic palette generation. If I'm using a tool like `wallust`, I can have it generate a color palette and use that in my main config...