golang: how to include providers with dashes? #1250
Labels
bug
Something isn't working
confirmed
independently reproduced by an engineer on the team
language/golang
provider get / generation
Community Note
cdktf & Language Versions
cdktf: 0.6.4
Affected Resource(s)
google-beta.*
Debug Output
Expected Behavior
google-beta should be converted to google_beta or googlebeta? or a way to alias providers should exist?
Actual Behavior
google-beta.go starts with
which is invalid go
Steps to Reproduce
Run
cdktf init --template="go" --local
Add the following to cdktf.json
Run
cdktf get
Run
cdktf synth
The text was updated successfully, but these errors were encountered: