Skip to content

Commit 53b0c9d

Browse files
authored
resourceIdentity: remove productName character check (#15295)
1 parent 4dfff18 commit 53b0c9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mmv1/templates/terraform/examples/base_configs/test_file.go.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,12 @@ func TestAcc{{ $e.TestSlug $.Res.ProductMetadata.Name $.Res.Name }}(t *testing.T
102102
},
103103
{{- end }}
104104
{{- if eq $i 0 }}
105-
{{- if lt (index $.Res.ProductMetadata.ApiName 0) 'a' }}
106-
107105
{
108106
ResourceName: "{{ $.Res.TerraformName }}.{{ $e.PrimaryResourceId }}",
109107
RefreshState: true,
110108
ExpectNonEmptyPlan: true,
111109
ImportStateKind: resource.ImportBlockWithResourceIdentity,
112110
},
113-
{{- end }}
114111
{{- end }}
115112
},
116113
})

0 commit comments

Comments
 (0)