Skip to content

Commit

Permalink
fix: Checkov's CKV_TF_1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonmatt committed Jan 17, 2025
1 parent 0a8eaf2 commit 770d86d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions cdktf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,19 @@
"terraformModules": [
{
"name": "aws-vpc",
"source": "terraform-aws-modules/vpc/aws",
"version": "5.17.0"
"source": "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=573f574c922782bc658f05523d0c902a4792b0a8"
},
{
"name": "aws-eks",
"source": "terraform-aws-modules/eks/aws",
"version": "20.31.6"
"source": "git::https://github.com/terraform-aws-modules/terraform-aws-eks.git?ref=a713f6f464eb579a39918f60f130a5fbb77a6b30"
},
{
"name": "aws-iam-assumable-role-with-oidc",
"source": "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc",
"version": "5.52.2"
"source": "git::https://github.com/terraform-aws-modules/terraform-aws-iam.git//modules/iam-assumable-role-with-oidc?ref=e803e25ce20a6ebd5579e0896f657fa739f6f03e"
},
{
"name": "aws-eks-managed-node-group",
"source": "terraform-aws-modules/eks/aws//modules/eks-managed-node-group",
"version": "20.31.6"
"source": "git::https://github.com/terraform-aws-modules/terraform-aws-eks.git//modules/eks-managed-node-group?ref=a713f6f464eb579a39918f60f130a5fbb77a6b30"
}
],
"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.3.0",
"version": "0.4.0",
"node_version": "20",
"tasks": {
"build": "npx -y cdktf-cli get && rm -rf dist && mv ./.gen/ ./dist"
Expand Down

0 comments on commit 770d86d

Please sign in to comment.