-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Cannot use loop in actions_v2
variable
#551
Comments
Hi @BenjaminVouillaume, this is unexpected. Can you tell me what version of Terraform are you using? |
Hi @jianyuan, Thanks |
I have a similar issue when using conditions_v2 = var.some_var == "some_value" ? [{ first_seen_event = {} }] : [{ first_seen_event = {} }] this gives:
Also a quick question on the design of the resource |
Hello 👋
I just upgraded to version 0.14.3, and I'm trying to migrate from
actions
toactions_v2
in the sentry_issue_alert resource.I change this code:
to this code:
And when I'm trying to apply I have this error:
I guess it's not possible right now to dynamically build a list of actions in the
actions_v2
params because of the types mistmatch.Can you help me with this ? Or do you see another way to dynamically build the list with the right type ?
Thanks you very much !
The text was updated successfully, but these errors were encountered: