-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdktf.json
More file actions
32 lines (31 loc) · 721 Bytes
/
Copy pathcdktf.json
File metadata and controls
32 lines (31 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"language": "python",
"app": "pipenv run python main.py",
"projectId": "78022231-7259-4f1c-88b4-c2a44e2dd977",
"sendCrashReports": "false",
"terraformProviders": [{
"name": "aws",
"source": "hashicorp/aws",
"version": "~> 4.0.0"
},
{
"name": "kubernetes",
"source": "hashicorp/kubernetes",
"version": "~> 2.11.0"
}],
"terraformModules": [{
"name": "vpc",
"source": "terraform-aws-modules/vpc/aws",
"version": "~> 3.14.0"
},
{
"name": "eks",
"source": "terraform-aws-modules/eks/aws",
"version": "~> 18.0"
}],
"codeMakerOutput": "imports",
"context": {
"excludeStackIdFromLogicalIds": "true",
"allowSepCharsInLogicalIds": "true"
}
}