瀏覽代碼

Jira in test incorrectly labeled with reservation

Fred Damstra [afs macbook] 2 年之前
父節點
當前提交
13f4cade06
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      test/aws-us-gov/mdr-test-c2/220-instance-jira/terragrunt.hcl

+ 0 - 5
test/aws-us-gov/mdr-test-c2/220-instance-jira/terragrunt.hcl

@@ -38,11 +38,6 @@ inputs = {
     Purpose   = "Jira Ticketing"
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
-  instance_tags = {
-    Reserved               = true
-    Reserved_Type          = "m5a.xlarge"
-    Reservation_Expiration = "2022-10-15"
-  }
   vpc_id          = dependency.vpc.outputs.vpc_id
   azs             = dependency.vpc.outputs.azs
   public_subnets  = dependency.vpc.outputs.public_subnets