Skip to content

Commit

Permalink
bump aws modules to improve speed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonmatt committed Jan 14, 2025
1 parent ebc3fc0 commit fa5ba11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-then-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Build
run: deno task build

- name: Publish package
run: npx jsr publish --allow-slow-types
run: npx jsr publish --allow-slow-types
8 changes: 4 additions & 4 deletions cdktf.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
{
"name": "aws-vpc",
"source": "terraform-aws-modules/vpc/aws",
"version": "5.8.1"
"version": "5.17.0"
},
{
"name": "aws-eks",
"source": "terraform-aws-modules/eks/aws",
"version": "20.13.1"
"version": "20.31.6"
},
{
"name": "aws-iam-assumable-role-with-oidc",
"source": "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc",
"version": "5.39.1"
"version": "5.52.2"
},
{
"name": "aws-eks-managed-node-group",
"source": "terraform-aws-modules/eks/aws//modules/eks-managed-node-group",
"version": "20.13.1"
"version": "20.31.6"
}
],
"context": {},
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cndi/cdktf",
"version": "0.1.2",
"version": "0.2.2",
"tasks": {
"build": "npx -y cdktf-cli get && rm -rf dist && mv ./.gen/ ./dist"
},
Expand Down

0 comments on commit fa5ba11

Please sign in to comment.