From a098a5e214318280585ec8d355f55fd2d9333052 Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 29 Apr 2024 23:13:24 -0700 Subject: [PATCH] fixed documentation --- docs/resources/user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/user.md b/docs/resources/user.md index e3f99156..a3e06a54 100644 --- a/docs/resources/user.md +++ b/docs/resources/user.md @@ -41,8 +41,8 @@ In addition to all arguments above, the following attributes are exported: Import ------ -Users can be imported using the user ID, e.g. +Users can be imported using their user email address, e.g. ``` -$ terraform import rollbar_user.foo 238101 +$ terraform import rollbar_user.some_dev some_dev@company.com ```