Skip to content

Commit 93a8043

Browse files
committed
terrafmt
1 parent d14b5fe commit 93a8043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/service/datazone/environment_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@ resource "aws_datazone_environment" "test" {
660660
project_identifier = aws_datazone_project.test.id
661661
domain_identifier = aws_datazone_domain.test.id
662662
663-
account_identifier = data.aws_caller_identity.test.account_id
664-
account_region = data.aws_region.test.region
663+
account_identifier = data.aws_caller_identity.test.account_id
664+
account_region = data.aws_region.test.region
665665
666666
depends_on = [
667667
aws_lakeformation_data_lake_settings.test,

0 commit comments

Comments
 (0)