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
added the new backend provider local, which allows to save terraform states (backend local) and cdev state on the local file system.
backend option is no longer required for Stack, id backend is not set - default local will be used. Values for default local backend:
name: default
path: .cluster.dev/states/
accordingly, the "backend" object is no longer required in the project configuration
file project.yaml is no longer required for projects. Default values for project:
name: default-project
backend:
Fixed: bug with remoteState with path to subvalue like: remoteState "this.eks.eks_managed_node_groups.0.iam_role_arn" Error: ... error calling output: bad dependency path
Removed old comments
Improved graph unresolved dependencies checks and logging.