swift-piano-94997
12/07/2023, 4:26 PMconst logBucket = new aws.s3.Bucket("logBucket", {acl: "log-delivery-write"});
const bucket = new aws.s3.Bucket("my-bucket", {
acl: "public-read",
loggings: [{
targetBucket: logBucket.id,
targetPrefix: "log/",
}],});
(In this case, I could probably adjust the rules to say "if acl=log-delivery-write : ignore". I'm after the generic method to exclude an object from a rule. )No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by