Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
chore: AMI is deprecated, won't show up in describe
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichardson03 committed May 1, 2023
1 parent c2c3e51 commit d020f4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ variable "aws_region" {
default = "us-east-1"
}

# Update with the oldest available AMI. Find with:
# aws ec2 describe-images --owners 099720109477 --filters "Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20201210"
variable "ubuntu_1604_ami" {
description = "AMI ID for Ubuntu 16.04 in us-east-1. Used to create MongoDB instance."
type = string
Expand Down

0 comments on commit d020f4d

Please sign in to comment.