IZE Simple Example
Set config path via ENV
export IZE_CONFIG_FILE=<path to your infra folder>/.infra/env/dev/ize.toml
Note: Use the --terraform-state-bucket-name flag for overwriting default value (-tf-state)
ize env terraform
Commands to deploy/destroy infrastructure
ize deploy infra
ize destroy infra
Commands to deploy/destroy "goblin" project
ize deploy goblin
ize destroy goblin
Establish SSM tunnel
Note: ssh key at ~/.ssh/id_rsa should be created before establishing tunnel or use the --ssh-private-key flag
ize tunnel up
ize tunnel down
Upload/Remove secrets
ize secret set --file .infra/env/testnut/secrets/example-service.json --type ssm
ize secret remove --type ssm --path /testnut/example-service