Explorar el Código

Updates teleport to v1.24.2

Go Colby Go!
Fred Damstra [afs macbook] hace 4 años
padre
commit
49b377d4af

+ 3 - 3
test/aws-us-gov/mdr-test-c2/090-instance-teleport/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/teleport-single-instance?ref=v1.24.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/teleport-single-instance?ref=v1.24.2"
 }
 
 dependency "vpc-system-services" {
@@ -31,10 +31,10 @@ inputs = {
   # (via the `inputs` section of the root `terragrunt.hcl`). However, modules
   # will be more flexible if you specify particular input values.
   tags = {
-    Purpose = "Proxy Server - HTTP/HTTPS Access to Web"
+    Purpose = "Proxy Access via SSH"
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
-  instance_name = "teleport" # TODO: Fix this when actual swap is taking place.
+  instance_name = "teleport"
   instance_type = "t3a.large"
   vpc_id = dependency.vpc-system-services.outputs.vpc_id
   azs = dependency.vpc-system-services.outputs.azs

+ 1 - 1
test/aws-us-gov/mdr-test-modelclient/account.hcl

@@ -36,7 +36,7 @@ locals {
   # TODO: Set these appropriately in the skeleton for prod
   instance_types = {
     "splunk-cm"      = "t3a.small",  # legacy: t2.small
-    "splunk-indexer" = "i3en.large", # legacy: t2.small, but whats the point if we don't have instance storage.
+    "splunk-indexer" = "m5d.xlarge", # legacy: t2.small, but whats the point if we don't have instance storage.
     "splunk-hf"      = "t3a.small", # legacy: t2.medium
     "splunk-sh"      = "t3a.small", # legacy: ? not sure
   }