Auto approve AMI builder apply

This commit is contained in:
Timothy J. Aveni
2026-06-30 19:14:38 -07:00
parent ab223837c4
commit 458ad8ae85
2 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ The normal flow builds on a temporary EC2 instance, so your local machine does
not need to be the same architecture as the target AMI:
```bash
nix run ./tofu/ami-builder#publish-ami -- --builder-instance-type t4g.large
nix run ./tofu/ami-builder#publish-ami
```
`publish-ami.sh` applies this OpenTofu project to create a temporary builder
@@ -42,7 +42,7 @@ deregistering the AMI.
Pass extra OpenTofu variables after `--`:
```bash
nix run ./tofu/ami-builder#publish-ami -- --builder-instance-type t4g.large -- \
nix run ./tofu/ami-builder#publish-ami -- -- \
-var base_nixos_ami_id=ami-...
```