From f3b69d53f5a138ba345a57fbe4c60da6c4560865 Mon Sep 17 00:00:00 2001 From: akinross Date: Sat, 12 Oct 2024 07:42:14 +0200 Subject: [PATCH] [ignore] Change import statement relationship_type to relationshipType --- website/docs/r/schema_template_anp_epg_contract.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/schema_template_anp_epg_contract.html.markdown b/website/docs/r/schema_template_anp_epg_contract.html.markdown index 3a5d1fcc..cb5641a0 100644 --- a/website/docs/r/schema_template_anp_epg_contract.html.markdown +++ b/website/docs/r/schema_template_anp_epg_contract.html.markdown @@ -45,5 +45,5 @@ No attributes are exported. An existing MSO Schema Template Application Network Profile Endpoint Group Contract can be [imported][docs-import] into this resource via its Id/path, via the following command: [docs-import]: ```bash -terraform import mso_schema_template_anp_epg_contract.contract1 {schema_id}/template/{template_name}/anp/{anp_name}/epg/{epg_name}/contract/{contract_name}/relationship_type/{consumer|provider} +terraform import mso_schema_template_anp_epg_contract.contract1 {schema_id}/template/{template_name}/anp/{anp_name}/epg/{epg_name}/contract/{contract_name}/relationshipType/{consumer|provider} ```