Skip to content

Instantly share code, notes, and snippets.

@petergs
Created September 8, 2025 16:12
Show Gist options
  • Save petergs/aea8db50fbbc69a8795355b6495415bf to your computer and use it in GitHub Desktop.
Save petergs/aea8db50fbbc69a8795355b6495415bf to your computer and use it in GitHub Desktop.
iamlive with terraform
# 1. install iamlive
brew install iann0036/iamlive/iamlive
# 2. run iamlive
iamlive --mode proxy --output-file readonly.json --force-wildcard-resource
# 3. in a separate terraform window
export HTTP_PROXY=http://127.0.0.1:10080
export HTTPS_PROXY=http://127.0.0.1:10080
export AWS_CA_BUNDLE=~/.iamlive/ca.pem
terraform plan
terraform apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment