|
@@ -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
|