Joseph Hobbs

Results 9 comments of Joseph Hobbs

If I recall correctly, the only connection between the power supply and the SKR Mini are the power wires. As such, I don't think the SKR has any control over...

Have you tried shortly the USB_5V jumper? I had this issue with my SKR mini E3 V3 connecting to Ubuntu on a Beelink T4 Pro and shorting that jumper fixed...

Not sure if I'm misunderstanding this issue, but if the management zone and alerting profile are managed by Terraform, can't you just reference it? ``` resource "dynatrace_alerting_profile" "alerting_profile" { display_name...

Just to clarify... I use this today for dozens of management zones without issue. The zones/profiles were all created by Terraform or imported into state if they were pre-existing...

unfortunately no. In my case, I did all my legacy imports before the export download was working. Long story short, I 'hacked' mine into the Terraform state...

From what I understand from the documentation on these fields, these fields are intended to be written to by Dynatrace and not the client. So it would contain a reason...

I'm having this same issue as of Github Desktop v2.2.3.

Yea, in my experience this is a provider maturity thing. Some providers will handle the 404 understanding that it means the object no longer exists and assume it needs to...

Per the Splunk documentation, roles can only be created in lowercase letters. ![image](https://user-images.githubusercontent.com/43007348/143300295-6d149b3d-4136-4591-b0be-92983a518c35.png) Wonder if this is something that should be documented better in the provider? Not sure I'm a...