opsgenie / terraform-provider-opsgenie

Terraform OpsGenie provider
https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs
Mozilla Public License 2.0
105 stars 137 forks source link

Revisit Alert Policy resource #133

Open ffahri opened 4 years ago

ffahri commented 4 years ago

ref:https://github.com/terraform-providers/terraform-provider-opsgenie/issues/131

also we need to re introduce details and actions again there some nits between set <-> list types

3h4x commented 4 years ago

Hey @ffahri Tags are essential for any alert policy and is blocking us a lot. Is there any road map? Can I help with this issue?

BTW after moving repository this is the issue referenced https://github.com/opsgenie/terraform-provider-opsgenie/issues/131

ffahri commented 4 years ago

Im marking this issue to important. You can help we are open to any contribution

ffahri commented 4 years ago

@3h4x hey tags are still on the module btw ? is there any problem for using it any errors you encounter?

3h4x commented 4 years ago

@ffahri Hey I tried to manipulate tags with 0.4.1 with terratest and it was successfull. Last time I tried it with I think 0.3.7 version on terraform cloud and had stacktrace.

Was it fixed already between 0.4.1 and 0.3.7?

fernandocarletti commented 2 years ago

Hello! Is there anyone working on this? I need to manipulate the details field in a policy, but I can't find it. I noticed it was removed due to a bug related to the tags, but I could not understand what was the bug related to the details field (#132).

Can anyone explain? Maybe I can help with the fix.