Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incident_catalog_entry Unable to read aliases #34

Open
Dombo opened this issue Aug 22, 2023 · 1 comment
Open

incident_catalog_entry Unable to read aliases #34

Dombo opened this issue Aug 22, 2023 · 1 comment

Comments

@Dombo
Copy link

Dombo commented Aug 22, 2023

When trying to leverage the incident_catalog_entry resource with a nil aliases field for a newly created entry/ies you encounter:

 Error: Client Error
with incident_catalog_entry.approximal_incident_causes["config"]
on custom_field_incident_cause.tf line 29, in resource "incident_catalog_entry" "approximal_incident_causes":

resource "incident_catalog_entry" "approximal_incident_causes" {

Unable to read aliases

The above error presents at apply time not plan time.

Setting the aliases property to an empty list [] resolve the issue and let's the apply succeed.

@DuffleOne
Copy link

Hi there,

Sorry first of all sorry it's taken a hot second to acknowledge this, we've been a busy team and I'm glad you've found an acceptable work around for the time being 😄

I've dived into this up and found I can't replicate it, I suspect in the course of our product development we've fixed this already? May I ask if you could safely share a snippet of your Terraform code so I can guarantee it's all good? Or if you wish to test it yourselves, try again without the need to define alises as an empty list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants