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 keeps deleting the existing s3 bucket eventhough the name has not been changed #13114

Open
sunmiller opened this issue Oct 12, 2024 · 1 comment
Assignees
Labels
area/docs Improvements or additions to documentation impact/first-48 This bug is likely to be hit during a user's first 48 hours of product evaluation

Comments

@sunmiller
Copy link

File: content/docs/iac/get-started/aws/deploy-changes.md

// Create an AWS resource (S3 Bucket)
var bucket = new Bucket("my-bucket", new()
{
Website = new BucketWebsiteArgs
{
IndexDocument = "index.html",
},
});

If you run pulumi up after creating the above object, pulumi tries to delete the above bucket and then creates it again.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Oct 12, 2024
@interurban interurban added area/docs Improvements or additions to documentation impact/first-48 This bug is likely to be hit during a user's first 48 hours of product evaluation labels Oct 16, 2024
@interurban
Copy link
Collaborator

hi @sunmiller ; glad your giving Pulumi a try! While I see about reproducing what you see, if you set verbose logging, can you share more detail as to what you're seeing? https://www.pulumi.com/docs/iac/support/troubleshooting/#verbose-logging

We also have a great group of community members in our slack community: https://slack.pulumi.com/

@interurban interurban removed the needs-triage Needs attention from the triage team label Oct 16, 2024
@thoward thoward self-assigned this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation impact/first-48 This bug is likely to be hit during a user's first 48 hours of product evaluation
Projects
Status: 🎬 Ready
Development

No branches or pull requests

4 participants