Skip to content

Trozz/localgrunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repo for Localstack terragrunt code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages