Skip to content

Commit 911814e

Browse files
authored
remove skip_requesting_account_id from TF files following S3 changes (#359)
1 parent 370b496 commit 911814e

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

src/content/docs/aws/integrations/app-frameworks/spring-cloud-function.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ provider "aws" {
727727
s3_force_path_style = true
728728
skip_credentials_validation = true
729729
skip_metadata_api_check = true
730-
skip_requesting_account_id = true
731730
732731
endpoints {
733732
apigateway = var.STAGE == "local" ? "http://localhost:4566" : null

src/content/docs/aws/integrations/infrastructure-as-code/crossplane.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ TODO: add more services to this list, as needed
138138
static: http://host.docker.internal:4566
139139
skip_credentials_validation: true
140140
skip_metadata_api_check: true
141-
skip_requesting_account_id: true
142141
s3_use_path_style: true
143142
EOF
144143
```

src/content/docs/aws/integrations/infrastructure-as-code/terraform.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ provider "aws" {
134134
s3_use_path_style = true
135135
skip_credentials_validation = true
136136
skip_metadata_api_check = true
137-
skip_requesting_account_id = true
138137
}
139138
```
140139

@@ -169,7 +168,6 @@ provider "aws" {
169168
s3_use_path_style = true
170169
skip_credentials_validation = true
171170
skip_metadata_api_check = true
172-
skip_requesting_account_id = true
173171
174172
endpoints {
175173
s3 = "http://s3.localhost.localstack.cloud:4566"
@@ -195,7 +193,6 @@ provider "aws" {
195193
s3_use_path_style = false
196194
skip_credentials_validation = true
197195
skip_metadata_api_check = true
198-
skip_requesting_account_id = true
199196
200197
endpoints {
201198
apigateway = "http://localhost:4566"
@@ -276,7 +273,6 @@ provider "aws" {
276273
s3_use_path_style = false
277274
skip_credentials_validation = true
278275
skip_metadata_api_check = true
279-
skip_requesting_account_id = true
280276
281277
endpoints {
282278
apigateway = "http://localhost:4566"

src/content/docs/aws/tooling/lambda-tools/hot-reloading.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ provider "aws" {
566566
s3_force_path_style = true
567567
skip_credentials_validation = true
568568
skip_metadata_api_check = true
569-
skip_requesting_account_id = true
570569
571570
endpoints {
572571
apigateway = var.STAGE == "local" ? "http://localhost:4566" : null

src/content/docs/aws/tutorials/s3-static-website-terraform.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ provider "aws" {
183183
s3_use_path_style = false
184184
skip_credentials_validation = true
185185
skip_metadata_api_check = true
186-
skip_requesting_account_id = true
187186
188187
endpoints {
189188
s3 = "http://s3.localhost.localstack.cloud:4566"

0 commit comments

Comments
 (0)