auth0 / terraform-provider-auth0

The Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the Terraform tool.
https://registry.terraform.io/providers/auth0/auth0/latest/docs
Mozilla Public License 2.0
157 stars 73 forks source link

Add data source for auth0_action resource #953

Open ncastrocosta opened 2 months ago

ncastrocosta commented 2 months ago

Checklist

Describe the problem you'd like to have solved

My life would be a lot simpler if I had a data source to retrieve an action by name.

Describe the ideal solution

data "auth0_action" "my_action" { name = "action name" }

Alternatives and current workarounds

No response

Additional context

No response

joshuabaird commented 1 week ago

@developerkunal @ncastrocosta Would you happen to know if this is being worked on? Are PR's welcome?