Skip to content

Commit 7d7b05c

Browse files
pulumi-botclaude
andauthored
Content review: content/docs/iac/concepts/resources/options/import.md (#20656)
Automated existing-content review. Co-authored-by: Claude <noreply@anthropic.com>
1 parent ce88c61 commit 7d7b05c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • content/docs/iac/concepts/resources/options

content/docs/iac/concepts/resources/options/import.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,12 @@ resources:
195195
196196
{{< /chooser >}}
197197
198-
For this to work, your Pulumi stack must be configured correctly. In this example, it’s important that the AWS region is correct.
198+
For this to work, your Pulumi stack must be configured correctly. In this example, it’s important that the AWS region is correct. Check the current value with `pulumi config get aws:region`, and set it with `pulumi config set aws:region <region>`.
199199

200200
If the resource's arguments differ from the imported state, the import will succeed, and the resource will then be modified to reflect the inputs in your Pulumi program.
201201

202+
The following example preview output, from a program that imports an S3 bucket, shows what that looks like:
203+
202204
```bash
203205
$ pulumi preview
204206
Previewing update (dev)

0 commit comments

Comments
 (0)