Skip to content

Commit

Permalink
Merge pull request #409 from jamesward/patch-1
Browse files Browse the repository at this point in the history
Fix package urls
  • Loading branch information
ericzbeard authored May 31, 2024
2 parents 9a1d9c6 + e750912 commit 2bfa38a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@ modules, in a way that is similar to CDK, but with declarative code.
Example Pkl template:

```pkl
amends "package://github.com/ericzbeard/rain/releases/download/v1.8.2/cloudformation@1.8.2/template.pkl"
import "package://github.com/ericzbeard/rain/releases/download/v1.8.2/cloudformation@1.8.2/cloudformation.pkl" as cfn
import "package://github.com/ericzbeard/rain/releases/download/v1.8.2/cloudformation@1.8.2/aws/s3/bucket.pkl" as bucket
amends "package://github.com/aws-cloudformation/cloudformation-pkl/releases/download/[email protected]/cloudformation@0.1.1#/template.pkl"
import "package://github.com/aws-cloudformation/cloudformation-pkl/releases/download/[email protected]/cloudformation@0.1.1#/cloudformation.pkl" as cfn
import "package://github.com/aws-cloudformation/cloudformation-pkl/releases/download/[email protected]/cloudformation@0.1.1#/aws/s3/bucket.pkl" as bucket
Description = "Create a bucket"
Expand Down

0 comments on commit 2bfa38a

Please sign in to comment.