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 successfully applied the example project kawesome, which included a Terraform resource. However, after that when I modified my app configuration to add some Kubernetes resources and attempted to re-apply, I encountered the following issue. However, the reverse order did not produce the issue.
How can we reproduce it (as minimally and precisely as possible)?
Apply a project with Terraform resources, and after that apply some Kubernetes resources under the same project.
Anything else we need to know?
No response
Kusion version
$ kusion version
# paste output here
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
The text was updated successfully, but these errors were encountered:
What happened?
I successfully applied the example project
kawesome
, which included a Terraform resource. However, after that when I modified my app configuration to add some Kubernetes resources and attempted to re-apply, I encountered the following issue. However, the reverse order did not produce the issue.✔︎ Generating Spec in the Stack default... ✘ preview failed. Kind: ERROR, Code: INTERNAL, Message: preview failed. Kind: ERROR, Code: INTERNAL, Message: runtime error: invalid memory address or nil pointer dereference
What did you expect to happen?
My re-apply operation should work functionally.
How can we reproduce it (as minimally and precisely as possible)?
Apply a project with Terraform resources, and after that apply some Kubernetes resources under the same project.
Anything else we need to know?
No response
Kusion version
OS version
Install tools
The text was updated successfully, but these errors were encountered: