Update Terraform Network Adapter to ens5 and use t3 instances where possible

This commit is contained in:
Chris Long
2020-05-09 16:30:11 -07:00
parent 745a4cd81b
commit 692265b7c0
3 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ variable "external_dns_servers" {
default = ["8.8.8.8"]
}
# Use Data Sources to resolve the AMI-ID for the Ubuntu 16.04 AMI
# Use Data Sources to resolve the AMI-ID for the Ubuntu 18.04 AMI
data "aws_ami" "logger_ami" {
owners = ["099720109477"]