Skip to content

Commit

Permalink
Fixed style for Terraform code snippet in acc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daftkid committed May 26, 2022
1 parent fa62905 commit 01f28ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/service/cloudsearch/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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 = "*"
}
Expand Down

0 comments on commit 01f28ff

Please sign in to comment.