We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228fb71 commit d460a5cCopy full SHA for d460a5c
mmv1/third_party/terraform/services/container/node_config.go.erb
@@ -101,11 +101,18 @@ func schemaLoggingVariant() *schema.Schema {
101
}
102
103
func schemaGcfsConfig() *schema.Schema {
104
+<<<<<<< HEAD
105
return &schema.Schema{
106
Type: schema.TypeList,
107
Optional: true,
108
Computed: true,
109
MaxItems: 1,
110
+=======
111
+ return &schema.Schema{
112
+ Type: schema.TypeList,
113
+ Optional: true,
114
+ MaxItems: 1,
115
+>>>>>>> 8b0ff8b92 (revert change for GcfsConfig)
116
Description: `GCFS configuration for this node.`,
117
Elem: &schema.Resource{
118
Schema: map[string]*schema.Schema{
0 commit comments