You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/resource_data_catalog_tag_template.go
+6-6
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,11 @@ Can have up to 500 allowed values.`,
96
96
},
97
97
},
98
98
},
99
+
"description": {
100
+
Type: schema.TypeString,
101
+
Optional: true,
102
+
Description: `A description for this field.`,
103
+
},
99
104
"display_name": {
100
105
Type: schema.TypeString,
101
106
Optional: true,
@@ -118,11 +123,6 @@ Multiple fields can have the same order, and field orders within a tag do not ha
118
123
Computed: true,
119
124
Description: `The resource name of the tag template field in URL format. Example: projects/{project_id}/locations/{location}/tagTemplates/{tagTemplateId}/fields/{field}`,
120
125
},
121
-
"description": {
122
-
Type: schema.TypeString,
123
-
Optional: true,
124
-
Description: `A description for this field.`,
125
-
},
126
126
},
127
127
},
128
128
},
@@ -434,10 +434,10 @@ func flattenDataCatalogTagTemplateFields(v interface{}, d *schema.ResourceData,
0 commit comments