Skip to content

Commit

Permalink
Update resource_container_cluster.go.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayimeow authored Oct 24, 2023
1 parent dce5044 commit 360b88c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2045,13 +2045,15 @@ func ResourceContainerCluster() *schema.Resource {
Optional: true,
Computed: true,
MaxItems: 1,
ConfigMode: schema.SchemaConfigModeAttr,
Description: `Fleet configuration of the cluster.`,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"project": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Optional: true,
Computed: true,
ConfigMode: schema.SchemaConfigModeAttr,
Description: `The Fleet host project of the cluster.`,
},
"membership": {
Expand Down

0 comments on commit 360b88c

Please sign in to comment.