We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
terrafmt
1 parent d14b5fe commit 93a8043Copy full SHA for 93a8043
internal/service/datazone/environment_test.go
@@ -660,8 +660,8 @@ resource "aws_datazone_environment" "test" {
660
project_identifier = aws_datazone_project.test.id
661
domain_identifier = aws_datazone_domain.test.id
662
663
- account_identifier = data.aws_caller_identity.test.account_id
664
- account_region = data.aws_region.test.region
+ account_identifier = data.aws_caller_identity.test.account_id
+ account_region = data.aws_region.test.region
665
666
depends_on = [
667
aws_lakeformation_data_lake_settings.test,
0 commit comments