You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be useful to be able to import the temporalcloud_apikey resource, so it can be created outside of Terraform (for improved security by not having it referenced in any Terraform state files) but managed and documented in code.
Describe the solution you'd like
Implement import for temporalcloud_apikey. The value of token can be null.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be useful to be able to import the
temporalcloud_apikey
resource, so it can be created outside of Terraform (for improved security by not having it referenced in any Terraform state files) but managed and documented in code.Describe the solution you'd like
Implement import for
temporalcloud_apikey
. The value oftoken
can be null.The text was updated successfully, but these errors were encountered: