provider "aws" { region = "us-east-1" access_key = "test" secret_key = "test" skip_credentials_validation = true skip_requesting_account_id = true skip_metadata_api_check = true s3_force_path_style = true # Starting with localstack version 0.11.0, all APIs are exposed via a single edge service, # which is accessible on http://localhost:4566 by default endpoints = "http://localhost:4566" }