Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyfrances committed May 14, 2024
1 parent 25643f4 commit 7365470
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tests/standalone-mounted-amazon-linux-2023/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ locals {
OkToDelete = "True"
}

friendly_name_prefix = random_string.friendly_name.id
friendly_name_prefix = random_string.friendly_name.id
load_balancing_scheme = "PUBLIC"
}
32 changes: 16 additions & 16 deletions tests/standalone-mounted-amazon-linux-2023/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ module "standalone" {
distribution = "amazon-linux-2023"
ami_id = data.aws_ami.amazon_linux_2023.id

bypass_preflight_checks = true
health_check_grace_period = 3000
asg_tags = local.common_tags
disk_path = "/opt/hashicorp/data"
friendly_name_prefix = local.friendly_name_prefix
tfe_license_secret_id = module.secrets.tfe_license_secret_id
iam_role_policy_arns = ["arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore", "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"]
iact_subnet_list = ["0.0.0.0/0"]
instance_type = "m5.xlarge"
key_name = "standalone-mounted-amazon-linux-2023"
kms_key_arn = module.kms.key
load_balancing_scheme = local.load_balancing_scheme
node_count = 1
tfe_subdomain = local.friendly_name_prefix
vm_certificate_secret_id = data.aws_secretsmanager_secret.vm_certificate.id
vm_key_secret_id = data.aws_secretsmanager_secret.vm_key.id
bypass_preflight_checks = true
health_check_grace_period = 3000
asg_tags = local.common_tags
disk_path = "/opt/hashicorp/data"
friendly_name_prefix = local.friendly_name_prefix
tfe_license_secret_id = module.secrets.tfe_license_secret_id
iam_role_policy_arns = ["arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore", "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"]
iact_subnet_list = ["0.0.0.0/0"]
instance_type = "m5.xlarge"
key_name = "standalone-mounted-amazon-linux-2023"
kms_key_arn = module.kms.key
load_balancing_scheme = local.load_balancing_scheme
node_count = 1
tfe_subdomain = local.friendly_name_prefix
vm_certificate_secret_id = data.aws_secretsmanager_secret.vm_certificate.id
vm_key_secret_id = data.aws_secretsmanager_secret.vm_key.id
}

0 comments on commit 7365470

Please sign in to comment.