diff --git a/docs/resources/config.md b/docs/resources/config.md index d70198b..e211fc7 100644 --- a/docs/resources/config.md +++ b/docs/resources/config.md @@ -353,7 +353,7 @@ Read-Only: Import is supported using the following syntax: ```shell -# DNS config can be imported by specifying the ID as `1` -# NOTE: there can only be 1 (one) `adguard_dns_config` resource, hence the hardcoded ID -terraform import adguard_dns_config.test "1" +# Config can be imported by specifying the ID as `1` +# NOTE: there can only be 1 (one) `adguard_config` resource, hence the hardcoded ID +terraform import adguard_config.test "1" ``` diff --git a/examples/resources/adguard_config/import.sh b/examples/resources/adguard_config/import.sh index 462921b..9e1582a 100644 --- a/examples/resources/adguard_config/import.sh +++ b/examples/resources/adguard_config/import.sh @@ -1,3 +1,3 @@ -# DNS config can be imported by specifying the ID as `1` -# NOTE: there can only be 1 (one) `adguard_dns_config` resource, hence the hardcoded ID -terraform import adguard_dns_config.test "1" +# Config can be imported by specifying the ID as `1` +# NOTE: there can only be 1 (one) `adguard_config` resource, hence the hardcoded ID +terraform import adguard_config.test "1"