Bucket(V1): pulumi refresh does not detect tag changes #3674
Labels
area/refresh
impact/reliability
Something that feels unreliable or flaky
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
service/s3
S3-related things (buckets, objects)
size/S
Estimated effort to complete (1-2 days).
Milestone
What happened?
Using
aws.s3.Bucket()
resource and setting a tag, if I change the tag outside of Pulumi and do apulumi refresh
the change is not detected.Similarly, if I remove the tag outside of pulumi, a refresh does not detect the tag is gone.
Example
pulumi new aws-python
tags={"mytag": "myvalue"}
block to the bucket.pulumi up
pulumi refresh
and see that no change is detected.Output of
pulumi about
CLI
Version 3.111.0
Go Version go1.22.1
Go Compiler gc
Plugins
NAME VERSION
aws 6.27.0
python unknown
Host
OS darwin
Version 13.6.3
Arch x86_64
This project is written in python: executable='/Users/mitch/Downloads/fxgt-workshop/test-tag-refresh/venv/bin/python3' version='3.10.11'
Current Stack: MitchGerdisch/test-tag-refresh/dev
TYPE URN
pulumi:pulumi:Stack urn:pulumi:dev::test-tag-refresh::pulumi:pulumi:Stack::test-tag-refresh-dev
pulumi:providers:aws urn:pulumi:dev::test-tag-refresh::pulumi:providers:aws::default_6_27_0
aws:s3/bucketV2:BucketV2 urn:pulumi:dev::test-tag-refresh::aws:s3/bucketV2:BucketV2::my-bucket
Found no pending operations associated with dev
Backend
Name pulumi.com
Token type personal
Dependencies:
NAME VERSION
pip 24.0
pulumi_aws 6.27.0
setuptools 69.2.0
wheel 0.43.0
Additional context
If I use
aws.s3.BucketV2
the refresh works as expected.Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: