Skip to content

Commit 4b5660f

Browse files
authored
Set s3_use_path_style to true in Terraform documentation (#417)
1 parent 32bbe14 commit 4b5660f

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/aws/integrations/infrastructure-as-code

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ provider "aws" {
190190
access_key = "test"
191191
secret_key = "test"
192192
region = "us-east-1"
193-
s3_use_path_style = false
193+
s3_use_path_style = true
194194
skip_credentials_validation = true
195195
skip_metadata_api_check = true
196196
@@ -270,7 +270,7 @@ provider "aws" {
270270
access_key = "test"
271271
secret_key = "test"
272272
region = "us-east-1"
273-
s3_use_path_style = false
273+
s3_use_path_style = true
274274
skip_credentials_validation = true
275275
skip_metadata_api_check = true
276276
@@ -298,4 +298,4 @@ You can add more service endpoints to the above configuration as needed, and poi
298298
- [Serverless Container-based APIs with Amazon ECS & API Gateway](https://github.com/localstack/serverless-api-ecs-apigateway-sample)
299299
- [Full-Stack application with AWS Lambda, DynamoDB & S3 for shipment validation](https://github.com/localstack/shipment-list-demo)
300300
- [Search application with Lambda, Kinesis, Firehose, ElasticSearch, S3](https://github.com/localstack/sample-fuzzy-movie-search-lambda-kinesis-elasticsearch)
301-
- [LocalStack Terraform Samples](https://github.com/localstack/localstack-terraform-samples)
301+
- [LocalStack Terraform Samples](https://github.com/localstack/localstack-terraform-samples)

0 commit comments

Comments
 (0)