Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 436 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 436 Bytes

Repo for Localstack

Requirements

  • Terragrunt
  • Terraform
  • Localstack
  • tflocal
  • awscli

Usage

cat <<EOF >> ~/.aws/config
[default]
region = eu-west-2
endpoint_url = http://localhost.localstack.cloud:4566
EOF

cat <<EOF >> ~/.aws/credentials
[default]
aws_access_key_id = test
aws_secret_access_key = test
EOF

cd aws/localstack/demo/vpc
export USE_LOCALSTACK=true
terragrunt apply --terragrunt-tfpath tflocal