https://pulumi.com logo
Title
f

fancy-crayon-34226

04/10/2023, 7:12 PM
Hi, i created s3 buckets in us-west-2 and us-east-1, and also i created newreplicationconfig and i do see them when preview the details, but finally, the replicationconfig is not attached to these two buckets, can anyone please help? Thanks in advance. Just wondering if i miss anything.
aws:s3/bucketReplicationConfig:BucketReplicationConfig: (create)
    [urn=urn:pulumi:dev::EppReader::aws:s3/bucketReplicationConfig:BucketReplicationConfig::us-west-2-to-us-east-1]
    [provider=urn:pulumi:dev::EppReader::pulumi:providers:aws::aws-provider-dev-us-west-2::ac655a65-a7cc-453f-a915-399a41f76143]
    bucket  : "gd-api-dev-history-us-west-2"
    role   : "arn:aws:iam::accountid:role/api-custom-s3-replication-role"
    rules   : [
      [0]: {
        destination: {
          bucket   : "arn:aws:s3:::gd-api-dev-history-us-east-1"
          storageClass: "STANDARD"
        }
        id     : "us-west-2-to-us-east-1"
        status   : "Enabled"
      }
    ]