Skip to content

Commit

Permalink
Change my mind about prefix one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed May 22, 2024
1 parent 6bd6d01 commit 4622e5c
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-23.11*"]
values = ["nixos/24.05*"]
}
filter {
name = "architecture"
Expand All @@ -248,7 +248,7 @@ <h2>Terraform / OpenTofu</h2>
<h2>AWS CLI</h2>
<pre id="awscli2">
aws ec2 describe-images --owners _OWNER_ID_ \
--filter 'Name=name,Values=nixos-23.11*' \
--filter 'Name=name,Values=nixos/24.05*' \
--filter 'Name=architecture,Values=arm64'
</pre>

Expand Down

0 comments on commit 4622e5c

Please sign in to comment.