Skip to content

Commit b642925

Browse files
authored
resourceIdentity: set MutableIdentity to true by default (GoogleCloudPlatform#17030)
1 parent 817f68c commit b642925

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mmv1/templates/terraform/resource.go.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ func Resource{{ $.ResourceName -}}() *schema.Resource {
202202
},
203203
{{- end }}
204204
},
205+
ResourceBehavior: schema.ResourceBehavior{
206+
MutableIdentity: true,
207+
},
205208
{{- end }}
206209

207210
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)