magnificent-glass-81378
03/31/2025, 6:54 PMDiagnostics:
aws:s3:BucketV2 (ams-dev-intake-form-bucket):
error: sdk-v2/provider2.go:509: sdk.helper_schema: missing expected [: provider=aws@6.74.0
error: diffing urn:pulumi:dev::ams::aws:s3/bucketV2:BucketV2::ams-dev-intake-form-bucket: 1 error occurred:
* [versioning] missing expected [
There are no changes in the program code, and this is an old stack that hasn't had any updates in a long time. I just upgraded the pulumi CLI, Python package, and AWS provider to the latest versions, and then ran the preview. Any ideas what's causing this error?magnificent-glass-81378
03/31/2025, 6:55 PMpulumi = "^3.159.0"
pulumi-random = "^4.18.0"
pulumi-aws = "^6.74.0"
magnificent-glass-81378
03/31/2025, 6:56 PM{
"urn": "urn:pulumi:dev::ams::pulumi:providers:aws::default_6_49_0",
"custom": true,
"id": "bffae1d6-36e0-4a2f-b18e-9e4ae68c7fd0",
"type": "pulumi:providers:aws",
"inputs": {
"region": "us-east-1",
"skipCredentialsValidation": "false",
"skipRegionValidation": "true",
"version": "6.49.0"
},
"outputs": {
"region": "us-east-1",
"skipCredentialsValidation": "false",
"skipRegionValidation": "true",
"version": "6.49.0"
},
"created": "2024-08-28T12:43:53.761362795Z",
"modified": "2024-08-28T12:43:53.761362795Z"
},
magnificent-glass-81378
03/31/2025, 6:57 PMmagnificent-glass-81378
03/31/2025, 7:17 PM