Skip to content

Commit 6af297f

Browse files
authored
docs: add back skip_requesting_account_id in documentation (#2258)
* docs: add back `skip_requesting_account_id` in documentation * Update index.md
1 parent c9ea17b commit 6af297f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ terraform {
238238
secret_key = "my-secret-key"
239239
skip_credentials_validation = true
240240
skip_region_validation = true
241+
# Need terraform>=1.6.1
242+
skip_requesting_account_id = true
241243
}
242244
}
243245
```

0 commit comments

Comments
 (0)