Stephen Cross
Stephen Cross
Related to Issue #67
For discussion: alternative could be to explicitly add `container_path` as an optional attribute to all resources. Plus all resources should probably have separate attributes to distinguish between the fully qualified...
Add the `parent_volume_bootable` attribute in the opc_compute_storage_volume_snapshot resource, e.g. ```tf resource "opc_compute_storage_volume_snapshot" "node1" { name = "backup_node1" description = "backup_node1" tags = ["backup"] collocated = false volume_name = "${opc_compute_storage_volume. node1.name}"...
There is a second related issue not explicitly covered in the example above, if there are multiple tags defined, the ordering of the tags can cause the snapshot to be...
@grubernaut I've sent you the test account/snapshot details
A few things from digging around with this 1. There doesn't seem to be any mechanism to restore a snapshot from a "different" domain - but I don't think that...
@julianfoi its not clear from the config what you are trying the achieve, are you just trying trying create an storage volume using the public images image `/oracle/public/OL_7.1_UEKR3_x86_64` This can...
As an alternative to updating `sec_lists` in the instance resource definition, a new `sec_list` can be added to a running instance using the [`opc_compute_security_association`](https://www.terraform.io/docs/providers/opc/r/opc_compute_security_association.html) resource.
I also use Spoolman with my Klipper install so I will give this a test and provide any feedback.
Prometheus is aimed at time series metrics collection, I don't believe there's a way to collect arbitrary string values. Errors would be something you would want to capture on an...