Stephen Cross
Stephen Cross
I created a standalone Prometheus exporter that scrapes the Moonraker API endpoints for suitable metrics. https://github.com/scross01/prometheus-klipper-exporter. However I do agree with @wywywywy that building a Prometheus `/metrics` endpoint directly into...
The example needs to be updated to distinguish between using the **domain id** in the provider details and the **domain name** in the storage container name - for Traditional accounts...
@mbfrahry could you look at this - the relevant piece in the logs appears to be: ``` 2019-12-18T12:43:19.377-0800 [DEBUG] plugin.terraform-provider-opc_v1.3.7_x4: [DEBUG] Created instance /Compute-orcdevtest1/[email protected]/oraclemigration/instance01: "instance01" 2019-12-18T12:43:19.377-0800 [DEBUG] plugin.terraform-provider-opc_v1.3.7_x4: [DEBUG] Reading...
Can you provide the Terraform configuration for your instance
Remove the `image_list` attribute from the `opc_compute_instance` - this is only needed when creating an instance with local boot. As you are booting from a persistent storage volume the `image_list`...
``` desired_state = "inactive" ``` This is an invalid value for the desired state, to shutdown an instance the option would be `desired_state = "shutdown"`. Note that the desired states...
Did you try after removing the `image_list` attribute in the `opc_compute_instance`. The reapply does not force a new resource for me when trying to replicate your config with that attribute...
Do you have multiple `ssh_keys` being passed in, I wonder if it may be the the order of the keys that is causing the force new? See if setting `ssh_keys...
Currently the terraform provider only supports provisioning using a single user as the provider implementation assume all resource in a single configuration are created under the `/Compute-${domain}/${user}` path. It should...
This is as documented, and consistent with the Oracle Cloud API documentation. https://www.terraform.io/docs/providers/opc/index.html#identity_domain