opsgenie / terraform-provider-opsgenie

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

Deprecated provider documentation #227

Open malirangues opened 3 years ago

malirangues commented 3 years ago

At the opsgenie_api_integration documentation on Attributes reference the api_key reference doesn't specifies that this value always returns nill except on creation.

filip-taxamo commented 3 years ago

This is tricky, because the web UI @ https://${org}.app.opsgenie.com/settings/integration/edit/API/${integration-uuid} will happily show the API key, suggesting that it should also be retrievable later in the lifetime of the resource.

ryan-dyer-sp commented 9 months ago

Documentation should also be updated to reflect that when doing an import, the apikey wont be imported and it will need to manually be added to the state file. It would be nice if the import at least allowed specifying the apikey in order to have it get imported wo/ needing to update the state file by hand.