From 0ce5a2e13b2a7cfdc2476471408ecb91b0c894f9 Mon Sep 17 00:00:00 2001 From: Ra'Jiska Date: Sat, 21 Sep 2024 18:04:49 +0900 Subject: [PATCH] Use preview AMI by default to avoid confusion --- examples/full/main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/full/main.tf b/examples/full/main.tf index 2359c9e..9a347c8 100644 --- a/examples/full/main.tf +++ b/examples/full/main.tf @@ -15,6 +15,10 @@ module "fck-nat" { ha_mode = false use_nat64 = local.ipv6_support + # Pre-release version of the AMI + # Replace the below with the ID according to your region and architecture: https://github.com/AndrewGuenther/fck-nat/issues/41#issuecomment-2036191471 + ami_id = "ami-0c2e470170d2a48e3" # ARM us-east-1 + update_route_table = true route_tables_ids = { "private" = aws_route_table.private.id