WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ provider "aws" {
s3_force_path_style = true
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true

endpoints {
apigateway = var.STAGE == "local" ? "http://localhost:4566" : null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ TODO: add more services to this list, as needed
static: http://host.docker.internal:4566
skip_credentials_validation: true
skip_metadata_api_check: true
skip_requesting_account_id: true
s3_use_path_style: true
EOF
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ provider "aws" {
s3_use_path_style = true
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true
}
```

Expand Down Expand Up @@ -169,7 +168,6 @@ provider "aws" {
s3_use_path_style = true
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true

endpoints {
s3 = "http://s3.localhost.localstack.cloud:4566"
Expand All @@ -195,7 +193,6 @@ provider "aws" {
s3_use_path_style = false
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true

endpoints {
apigateway = "http://localhost:4566"
Expand Down Expand Up @@ -276,7 +273,6 @@ provider "aws" {
s3_use_path_style = false
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true

endpoints {
apigateway = "http://localhost:4566"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ provider "aws" {
s3_force_path_style = true
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true

endpoints {
apigateway = var.STAGE == "local" ? "http://localhost:4566" : null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ provider "aws" {
s3_use_path_style = false
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true

endpoints {
s3 = "http://s3.localhost.localstack.cloud:4566"
Expand Down