Skip to content

Commit

Permalink
Update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
v79 committed Nov 5, 2023
1 parent 71e4dc3 commit 36df6d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added Planning diagrams.epgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CloudFrontSubstack {
destinationBucket: IBucket
): CloudFrontWebDistribution {

Tags.of(stack).add("Cantilever", "v0.0.5")
Tags.of(stack).add("Cantilever", "v0.0.7")

val webOai = OriginAccessIdentity.Builder.create(stack, "WebOai").build()
destinationBucket.grantRead(webOai)
Expand Down

0 comments on commit 36df6d4

Please sign in to comment.