From 01de33b47a8f17f9b5cf8b6c2c3d4fa1ff6aaac1 Mon Sep 17 00:00:00 2001 From: ZacharyWills <60660437+ZacharyWills@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:38:35 -0600 Subject: [PATCH] Update main.tf --- terraform/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/terraform/main.tf b/terraform/main.tf index 864c721..8363cba 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -335,7 +335,6 @@ resource "aws_instance" "head_node" { # Choosing direct from CentOS as it is more recent -<<<<<<< HEAD ################################# ### Specify which AMI to use here ### Only CentOS 7 has been thoroughly tested @@ -355,13 +354,9 @@ resource "aws_instance" "head_node" { } instance_type = var.instance_type -======= - # Can optionally use redhat - use the parameterized - # ami = data.aws_ami.rh_ufs.id metadata_options { http_tokens = "required" } ->>>>>>> 7185af3 (Update resource to require token for metric endpoint) instance_type = var.instance_type cpu_threads_per_core = 2 root_block_device {