Created
September 8, 2025 16:12
-
-
Save petergs/aea8db50fbbc69a8795355b6495415bf to your computer and use it in GitHub Desktop.
iamlive with terraform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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