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.
resourceIdentity
1 parent 4dfff18 commit 53b0c9dCopy full SHA for 53b0c9d
mmv1/templates/terraform/examples/base_configs/test_file.go.tmpl
@@ -102,15 +102,12 @@ func TestAcc{{ $e.TestSlug $.Res.ProductMetadata.Name $.Res.Name }}(t *testing.T
102
},
103
{{- end }}
104
{{- if eq $i 0 }}
105
- {{- if lt (index $.Res.ProductMetadata.ApiName 0) 'a' }}
106
-
107
{
108
ResourceName: "{{ $.Res.TerraformName }}.{{ $e.PrimaryResourceId }}",
109
RefreshState: true,
110
ExpectNonEmptyPlan: true,
111
ImportStateKind: resource.ImportBlockWithResourceIdentity,
112
113
- {{- end }}
114
115
116
})
0 commit comments