Skip to content

Commit

Permalink
Update terraform packages (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabeaulac authored Feb 27, 2024
1 parent a150344 commit 8b3b3e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .env-gdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export AWS_REGION=us-east-1
export DEVNET_NAME=lss3
#export DEVNET_NAME=lss3
export USE_PRECOMMIT=no
export GDC_NAME=lss3
export DEBUG=1
Expand Down
20 changes: 10 additions & 10 deletions iac/terraform/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"node": ">=18.0"
},
"dependencies": {
"@cdktf/provider-aws": "18.0.9",
"@cdktf/provider-azurerm": "^11.0.7",
"@cdktf/provider-docker": "^10.0.0",
"@cdktf/provider-null": "^9.0.1",
"@cdktf/provider-random": "^10.0.0",
"@cdktf/provider-aws": "19.7.0",
"@cdktf/provider-azurerm": "^12.7.0",
"@cdktf/provider-docker": "^11.0.0",
"@cdktf/provider-null": "^10.0.0",
"@cdktf/provider-random": "^11.0.0",
"constructs": "^10.3.0"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.10.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}

0 comments on commit 8b3b3e9

Please sign in to comment.