Seth Erickson
Seth Erickson
Not sure if this is the correct approach, but it gets compass working for me
One issue with OCFL v1.x is that the `inventory.json` can get quite large-- especially when there are many versions, version files, and you add fixity to the mix. A more...
Looking toward the release of 1.1 and the possibility of 2.0 on the horizon, it may be helpful to include a non-normative statement describing expectations for compatibility between 1.0 and...
### Terraform Version Terraform 1.8.4 ### Affected Resource(s) - `openstack_compute_instance_v2` ### Terraform Configuration Files ```hcl resource "openstack_compute_instance_v2" "vm" { name = "my_vm" image_id = "..." flavor_id = 1 security_groups =...