Skip to content

Commit d460a5c

Browse files
committed
revert change for GcfsConfig
1 parent 228fb71 commit d460a5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mmv1/third_party/terraform/services/container/node_config.go.erb

+7
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,18 @@ func schemaLoggingVariant() *schema.Schema {
101101
}
102102

103103
func schemaGcfsConfig() *schema.Schema {
104+
<<<<<<< HEAD
104105
return &schema.Schema{
105106
Type: schema.TypeList,
106107
Optional: true,
107108
Computed: true,
108109
MaxItems: 1,
110+
=======
111+
return &schema.Schema{
112+
Type: schema.TypeList,
113+
Optional: true,
114+
MaxItems: 1,
115+
>>>>>>> 8b0ff8b92 (revert change for GcfsConfig)
109116
Description: `GCFS configuration for this node.`,
110117
Elem: &schema.Resource{
111118
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)