opsgenie / terraform-provider-opsgenie

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

opsgenie_integration_action resource docs missing 'terraform import' block #376

Open AfraidOfScaryBats opened 1 year ago

AfraidOfScaryBats commented 1 year ago

For the 'integration_action' doc here https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs/resources/integration_action

We should include an import block which indicates they can import an existing opsgenie_integration_action by passing the ID of the parent opsgenie_api_integration. It should be something like:

terraform import opsgenie_integration_action.test_action <whatever opsgenie_api_integration.test.id resolves to>