-
-
Notifications
You must be signed in to change notification settings - Fork 140
The sentry_issue_alert.name attribute is both read-only and required at the same time. #570
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
Comments
Hi @iabramov, could you confirm the version of Terraform you were using? |
I can confirm that I'm seeing identical behavior on version 1.10.5.
without name specified:
|
It looks like this is happening because it's marked as both computed and required: @jianyuan i'm very unfamiliar with go and the terraform provider package, could this be fixed by just deleting the lines marking the attribute as computed? if so i can put up a quick PR for that. |
I also encountered this, and I found that the problem is actually that the diagnostic regarding the read-only
|
Uh oh!
There was an error while loading. Please reload this page.
0.14.3
There is an issue with the "sentry_issue_alert.name" attribute:
Running terraform plan results in the following errors:
If I set the name attribute:
However, if I remove the name attribute:
Shouldn’t this attribute not be read-only?
Relevant code references in the provider:
https://github.com/jianyuan/terraform-provider-sentry/blob/v0.14.3/internal/provider/resource_issue_alert.go#L72
The text was updated successfully, but these errors were encountered: