Skip to content

Commit

Permalink
chore: terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Kulube committed Aug 23, 2023
1 parent 9236e55 commit c95c145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projectv1/project_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ func UnmarshalProjectConfigAuthTrustedProfile(m map[string]json.RawMessage, resu
return
}

// ProjectConfigCanonical : The configuration metadata.
// ProjectConfigCanonical : The project configuration version.
type ProjectConfigCanonical struct {
// The name of the configuration.
Name *string `json:"name,omitempty"`
Expand Down Expand Up @@ -2640,7 +2640,7 @@ type ProjectConfigCanonical struct {
// The type of a project configuration manual property.
Type *string `json:"type,omitempty"`

// The input of a project configuration.
// The Schematics template property.
Definition *ProjectConfigCanonicalDefinition `json:"definition,omitempty"`
}

Expand Down Expand Up @@ -2786,7 +2786,7 @@ func UnmarshalProjectConfigCanonical(m map[string]json.RawMessage, result interf
return
}

// ProjectConfigCanonicalDefinition : The input of a project configuration.
// ProjectConfigCanonicalDefinition : The Schematics template property.
type ProjectConfigCanonicalDefinition struct {
// The name of the configuration.
Name *string `json:"name,omitempty"`
Expand Down Expand Up @@ -3485,7 +3485,7 @@ func UnmarshalProjectConfigSetting(m map[string]json.RawMessage, result interfac
return
}

// ProjectConfigTerraform : The input of a project configuration.
// ProjectConfigTerraform : The Schematics template property.
type ProjectConfigTerraform struct {
// The name of the configuration.
Name *string `json:"name,omitempty"`
Expand Down

0 comments on commit c95c145

Please sign in to comment.