Browse Source

Record GHE reservation; Implement Sensu Scheduling Changes

Fred Damstra [afs macbook] 3 năm trước cách đây
mục cha
commit
9c76c34023

+ 2 - 2
prod/aws-us-gov/mdr-prod-c2/090-instance-github/terragrunt.hcl

@@ -36,9 +36,9 @@ inputs = {
     Schedule  = "none"
   }
   instance_tags = {
-    Reserved = false
+    Reserved = true
     Reserved_Type = "c5.4xlarge"
-    Reservation_Expiration = "2022-10-15"
+    Reservation_Expiration = "2022-10-22"
     Reservation_Notes = "Reserved incorrectly on 10/15. Needs 'UNIX/Linux' instead of 'RHEL' reservation."
   }
   backup_instance_tags = {

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/096-sensu-configuration/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v3.1.2"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v3.1.7"
 
 }
 

+ 1 - 1
test/aws-us-gov/mdr-test-c2/096-sensu-configuration/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v3.1.2"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v3.1.7"
 }
 
 dependency "vpc-system-services" {