Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulumi Import Bucket V2 example fix #13663

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

meagancojocar
Copy link
Collaborator

Fixes: #13655

Proposed changes

Unreleased product version (optional)

Related issues (optional)

@@ -38,7 +38,7 @@ Both approaches allow you to adopt and begin managing existing cloud resources w

Import uses the selected stack's configured [provider](/docs/concepts/resources/providers/) to look up the desired resource in the cloud provider, read its current configuration, and add the resource to the stack to bring it under management by Pulumi from that point forward. For this, it requires two pieces of information:

* The _type_ of cloud resource to import --- either as a type _token_ (a string that uniquely identifies a Pulumi resource type) when using the CLI or as a resource declaration when importing in code. The type token of an Amazon S3 Bucket resource, for example, is `aws:s3/bucketv2:BucketV2`.
* The _type_ of cloud resource to import --- either as a type _token_ (a string that uniquely identifies a Pulumi resource type) when using the CLI or as a resource declaration when importing in code. The type token of an Amazon S3 Bucket resource, for example, is `aws:s3/bucketV2:BucketV2`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pulumi-bot
Copy link
Collaborator

@meagancojocar
Copy link
Collaborator Author

@meagancojocar meagancojocar marked this pull request as ready for review December 18, 2024 22:09
@meagancojocar meagancojocar requested a review from a team as a code owner December 18, 2024 22:09
@t0yv0
Copy link
Member

t0yv0 commented Dec 18, 2024

You can just merge. The ref'd schema is the source of truth and it has the correct form just as your change does.

@ericrudder ericrudder merged commit 55a7635 into master Dec 18, 2024
12 checks passed
@ericrudder ericrudder deleted the pulumi-import-docs-fix branch December 18, 2024 22:17
@meagancojocar meagancojocar self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo on import documentation, bucketv2
4 participants