Skip to content

Commit

Permalink
changing providers
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronaddleman committed Feb 15, 2021
1 parent ab68520 commit 188d2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdktf.json
Expand Up @@ -2,10 +2,10 @@
"language": "typescript",
"app": "npm run --silent compile && node main.js",
"terraformProviders": [
"terraform-providers/docker@~> 2.0"
"kreuzwerker/docker@2.11.0"
],
"context": {
"excludeStackIdFromLogicalIds": "true",
"allowSepCharsInLogicalIds": "true"
"allowSepCharsInLogicalIds": "true"
}
}

0 comments on commit 188d2c9

Please sign in to comment.