@@ -46,7 +46,7 @@ func TestAccResourceIndexTemplate(t *testing.T) {
4646			},
4747			{
4848				SkipFunc : versionutils .CheckIfVersionIsUnsupported (index .MinSupportedIgnoreMissingComponentTemplateVersion ),
49- 				Config : testAccResourceIndexTemplateCreateWithIgnoreComponent (templateNameComponent ),
49+ 				Config :    testAccResourceIndexTemplateCreateWithIgnoreComponent (templateNameComponent ),
5050				Check : resource .ComposeTestCheckFunc (
5151					resource .TestCheckResourceAttr ("elasticstack_elasticsearch_index_template.test_component" , "name" , templateNameComponent ),
5252					resource .TestCheckTypeSetElemAttr ("elasticstack_elasticsearch_index_template.test_component" , "index_patterns.*" , fmt .Sprintf ("%s-logscomponent-*" , templateNameComponent )),
@@ -56,7 +56,7 @@ func TestAccResourceIndexTemplate(t *testing.T) {
5656			},
5757			{
5858				SkipFunc : versionutils .CheckIfVersionIsUnsupported (index .MinSupportedIgnoreMissingComponentTemplateVersion ),
59- 				Config : testAccResourceIndexTemplateUpdateWithIgnoreComponent (templateNameComponent ),
59+ 				Config :    testAccResourceIndexTemplateUpdateWithIgnoreComponent (templateNameComponent ),
6060				Check : resource .ComposeTestCheckFunc (
6161					resource .TestCheckResourceAttr ("elasticstack_elasticsearch_index_template.test_component" , "name" , templateNameComponent ),
6262					resource .TestCheckTypeSetElemAttr ("elasticstack_elasticsearch_index_template.test_component" , "index_patterns.*" , fmt .Sprintf ("%s-logscomponent-*" , templateNameComponent )),
0 commit comments