You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy an AWS appconfig configuration, but when deploying the last resource appconfigdeployment is invalid because the ConfigurationVersion is -8.109562212591382e+298
If I try to print the ConfigDeploymentVersionID it gives me something like xxxxx\xxxxx\1 showing the right version. Obviously I am unable to parse the ID at runtime.
If I try to print the ConfigDeploymentVersionID it gives me something like xxxxx\xxxxx\1 showing the right version. Obviously I am unable to parse the ID at runtime.
References
No response
Help Wanted
I'm interested in contributing a fix myself
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Expected Behavior
the result should be
1
.Actual Behavior
I'm trying to deploy an AWS appconfig configuration, but when deploying the last resource
appconfigdeployment
is invalid because theConfigurationVersion
is-8.109562212591382e+298
If I try to print the ConfigDeploymentVersionID it gives me something like
xxxxx\xxxxx\1
showing the right version. Obviously I am unable to parse the ID at runtime.Steps to Reproduce
Versions
language: go
cdktf-cli: 0.20.9
node: v18.12.1
cdktf: 0.20.9
constructs: 10.4.2
jsii: 1.104.0
terraform: 1.9.8
arch: arm64
os: darwin 23.3.0
go: go version go1.23.2 darwin/arm64
providers
github.com/cdktf/cdktf-provider-aws-go/aws (PREBUILT)
terraform provider version: 5.73.0
prebuilt provider version: 19.39.0
cdktf version: ^0.20.0
github.com/cdktf/cdktf-provider-null-go/null (PREBUILT)
terraform provider version: 3.2.3
prebuilt provider version: 10.0.1
cdktf version: ^0.20.0
Providers
│ Provider Name │ Provider Version │ CDKTF │ Constraint │ Package Name │ Package Version │
├───────────────┼──────────────────┼─────────┼────────────┼──────────────────────────────────────────────┼─────────────────┤
│ aws │ 5.73.0 │ ^0.20.0 │ │ github.com/cdktf/cdktf-provider-aws-go/aws │ 19.39.0 │
├───────────────┼──────────────────┼─────────┼────────────┼──────────────────────────────────────────────┼─────────────────┤
│ null │ 3.2.3 │ ^0.20.0 │ │ github.com/cdktf/cdktf-provider-null-go/null │ 10.0.1 │
Gist
No response
Possible Solutions
No response
Workarounds
No response
Anything Else?
If I try to print the ConfigDeploymentVersionID it gives me something like xxxxx\xxxxx\1 showing the right version. Obviously I am unable to parse the ID at runtime.
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: