Skip to content

Commit

Permalink
chore: undo changes to python-eks example
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Dec 6, 2023
1 parent e9a40ac commit 295fb49
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions examples/python/aws-eks/cdktf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@
}
],
"terraformModules": [
"terraform-aws-modules/vpc/[email protected]",
"terraform-aws-modules/rds/[email protected]"
{
"name": "vpc",
"source": "terraform-aws-modules/vpc/aws",
"version": "2.77.0"
},
{
"name": "eks",
"source": "terraform-aws-modules/eks/aws",
"version": "~> 15.0"
}
],
"codeMakerOutput": "imports"
}

0 comments on commit 295fb49

Please sign in to comment.