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
I've been working on importing data records using the Power Platform Terraform Provider to gain better control over our existing environments. We have a large number of environments already in place, and my goal is to manage them effectively through Terraform.
While the powerplatform_data_record resource itself does not officially support import, the Dynamic Dataverse Configuration guide suggests a potential approach using the following syntax:
However, when attempting this, I consistently encounter the following error: ENVIRONMENT_URL_NOT_FOUND: environment url not found, please check if the environment has dataverse linked
I've verified that the environments are configured with Dataverse, but the error persists.
Has anyone successfully imported data records using this method? Any guidance, troubleshooting tips, or ideas would be greatly appreciated! Especially if there are additional steps or prerequisites not covered in the guide, I would love to hear them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working on importing data records using the Power Platform Terraform Provider to gain better control over our existing environments. We have a large number of environments already in place, and my goal is to manage them effectively through Terraform.
While the
powerplatform_data_record
resource itself does not officially supportimport
, the Dynamic Dataverse Configuration guide suggests a potential approach using the following syntax:terraform import <resource_address> <environmentID>/<table_logical_name>(<record_guid>)
However, when attempting this, I consistently encounter the following error:
ENVIRONMENT_URL_NOT_FOUND: environment url not found, please check if the environment has dataverse linked
I've verified that the environments are configured with Dataverse, but the error persists.
Has anyone successfully imported data records using this method? Any guidance, troubleshooting tips, or ideas would be greatly appreciated! Especially if there are additional steps or prerequisites not covered in the guide, I would love to hear them.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions