We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248aff7 commit 297ef12Copy full SHA for 297ef12
mmv1/templates/terraform/examples/base_configs/test_file.go.tmpl
@@ -114,12 +114,15 @@ func TestAcc{{ $e.TestSlug $.Res.ProductMetadata.Name $.Res.Name }}(t *testing.T
114
},
115
{{- end }}
116
{{- if eq $i 0 }}
117
+ {{- if lt (index $.Res.ProductMetadata.ApiName 0) 'a' }}
118
+
119
{
120
ResourceName: "{{ $.Res.TerraformName }}.{{ $e.PrimaryResourceId }}",
121
RefreshState: true,
122
ExpectNonEmptyPlan: true,
123
ImportStateKind: resource.ImportBlockWithResourceIdentity,
124
125
+ {{- end }}
126
127
128
})
0 commit comments