diff --git a/docs/resources/edge_config.md b/docs/resources/edge_config.md index 542b7226..e5fdf6a6 100644 --- a/docs/resources/edge_config.md +++ b/docs/resources/edge_config.md @@ -59,11 +59,11 @@ Import is supported using the following syntax: ```shell # If importing into a personal account, or with a team configured on # the provider, simply use the edge config id. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. terraform import vercel_edge_config.example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx # Alternatively, you can import via the team_id and edge_config_id. # - team_id can be found in the team `settings` tab in the Vercel UI. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. terraform import vercel_edge_config.example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` diff --git a/docs/resources/edge_config_token.md b/docs/resources/edge_config_token.md index bb0aec37..fbcaa054 100644 --- a/docs/resources/edge_config_token.md +++ b/docs/resources/edge_config_token.md @@ -65,13 +65,13 @@ Import is supported using the following syntax: ```shell # If importing into a personal account, or with a team configured on # the provider, simply use the edge config id and token value. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. # - token can be found in the Vercel UI under Storage, Edge Config, the specific Edge Config, Tokens. terraform import vercel_edge_config.example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # Alternatively, you can import via the team_id and edge_config_id. # - team_id can be found in the team `settings` tab in the Vercel UI. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. # - token can be found in the Vercel UI under Storage, Edge Config, the specific Edge Config, Tokens. terraform import vercel_edge_config.example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ``` diff --git a/examples/resources/vercel_edge_config/import.sh b/examples/resources/vercel_edge_config/import.sh index 4d46d25e..63b58ecf 100644 --- a/examples/resources/vercel_edge_config/import.sh +++ b/examples/resources/vercel_edge_config/import.sh @@ -1,9 +1,9 @@ # If importing into a personal account, or with a team configured on # the provider, simply use the edge config id. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. terraform import vercel_edge_config.example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx # Alternatively, you can import via the team_id and edge_config_id. # - team_id can be found in the team `settings` tab in the Vercel UI. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. terraform import vercel_edge_config.example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx diff --git a/examples/resources/vercel_edge_config_token/import.sh b/examples/resources/vercel_edge_config_token/import.sh index 3a464888..20d75dba 100644 --- a/examples/resources/vercel_edge_config_token/import.sh +++ b/examples/resources/vercel_edge_config_token/import.sh @@ -1,11 +1,11 @@ # If importing into a personal account, or with a team configured on # the provider, simply use the edge config id and token value. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. # - token can be found in the Vercel UI under Storage, Edge Config, the specific Edge Config, Tokens. terraform import vercel_edge_config.example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # Alternatively, you can import via the team_id and edge_config_id. # - team_id can be found in the team `settings` tab in the Vercel UI. -# - edge_config_id is hard to find, but can be found by navigating to the Edge Config in the Vercel UI and looking at the URL. It should begin with `ecfg_`. +# - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`. # - token can be found in the Vercel UI under Storage, Edge Config, the specific Edge Config, Tokens. terraform import vercel_edge_config.example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx