Skip to content

Commit

Permalink
do not embed Infrastructure in State
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Sep 21, 2023
1 parent b722680 commit d206a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/internal/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ package state

// State describe the entire state to describe a Constellation cluster.
type State struct {
Version string `yaml:"version"`
Infrastructure `yaml:"infrastructure"`
Version string `yaml:"version"`
Infrastructure Infrastructure `yaml:"infrastructure"`
}

// Infrastructure describe the state related to the cloud resources of the cluster.
Expand Down

0 comments on commit d206a59

Please sign in to comment.