Skip to content

Commit

Permalink
Update to 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp authored Dec 2, 2024
1 parent b22b213 commit 46daf4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2>Terraform / OpenTofu</h2>

filter {
name = "name"
values = ["nixos/24.05*"]
values = ["nixos/24.11*"]
}
filter {
name = "architecture"
Expand All @@ -247,7 +247,7 @@ <h2>Terraform / OpenTofu</h2>
</pre>
<h2>AWS CLI</h2>
<pre id="awscli2">
aws ec2 describe-images --owners _OWNER_ID_ --filter 'Name=name,Values=nixos/24.05*' 'Name=architecture,Values=arm64' --query 'sort_by(Images, &CreationDate)'
aws ec2 describe-images --owners _OWNER_ID_ --filter 'Name=name,Values=nixos/24.11*' 'Name=architecture,Values=arm64' --query 'sort_by(Images, &CreationDate)'
</pre>

<h2>AMI table</h2>
Expand Down

0 comments on commit 46daf4f

Please sign in to comment.