Skip to content

Commit

Permalink
[ignore] Small changes in the resource_test template for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicol committed May 16, 2024
1 parent d89c71c commit 155ca90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/templates/resource_test.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ resource "aci_{{$.resourceName}}" "test" {
{{- range $key, $value := $.children}}
{{- if eq (len $value) 1}}
{{- $child := index $value 0}}
{{- if eq $child.deletable_child true}}
{{- if $child.deletable_child}}
{{$key}} = []
{{- end}}
{{- else}}
Expand Down Expand Up @@ -679,7 +679,7 @@ resource "aci_{{$.resourceName}}" "test" {
{{- range $key, $value := $.children}}
{{- if eq (len $value) 1}}
{{- $child := index $value 0}}
{{- if eq $child.deletable_child true}}
{{- if $child.deletable_child}}
{{$key}} = []
{{- end}}
{{- else}}
Expand Down

0 comments on commit 155ca90

Please sign in to comment.