Skip to content

Commit

Permalink
Fix terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 30, 2023
1 parent a174138 commit e4ef302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/opensearch/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2416,11 +2416,11 @@ resource "aws_opensearch_domain" "test" {
}
cluster_config {
zone_awareness_enabled = true
zone_awareness_enabled = true
instance_count = 3
instance_type = "m6g.large.search"
dedicated_master_enabled = true
dedicated_master_count = 3
dedicated_master_count = 3
dedicated_master_type = "m6g.large.search"
zone_awareness_config {
Expand Down

0 comments on commit e4ef302

Please sign in to comment.