From 01f28ffa9b749d6a81b6c88f77d0d85d350d0246 Mon Sep 17 00:00:00 2001 From: daftkid Date: Thu, 26 May 2022 18:56:41 +0300 Subject: [PATCH] Fixed style for Terraform code snippet in acc tests --- internal/service/cloudsearch/domain_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/service/cloudsearch/domain_test.go b/internal/service/cloudsearch/domain_test.go index e9cda1d8af7..cd2bd461fd1 100644 --- a/internal/service/cloudsearch/domain_test.go +++ b/internal/service/cloudsearch/domain_test.go @@ -436,8 +436,8 @@ resource "aws_cloudsearch_domain" "test" { } index_field { - name = "int_test_source" - type = "int" + name = "int_test_source" + type = "int" source_fields = "int_test,int_test_2" } @@ -463,8 +463,8 @@ resource "aws_cloudsearch_domain" "test" { } index_field { - name = "int_test_source" - type = "int" + name = "int_test_source" + type = "int" source_fields = "*" }