Skip to content

Commit b6b6a2f

Browse files
style: Apply terraform fmt formatting
1 parent 8f32873 commit b6b6a2f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

infrastructure/dev.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ apim_environment = "internal-dev."
1414
kms_deletion_window = 7
1515

1616
# SSH Key Management
17-
ssh_key_management_dry_run = "true" # Enable dry-run for dev environment
17+
ssh_key_management_dry_run = "true" # Enable dry-run for dev environment

infrastructure/preprod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cloud_security_email_param_environment = "pre-prod"
1212
apim_environment = "int."
1313

1414
# SSH Key Management
15-
ssh_key_management_dry_run = "false" # Disable dry-run for preprod (test real deletion)
15+
ssh_key_management_dry_run = "false" # Disable dry-run for preprod (test real deletion)

infrastructure/prod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cloud_security_email_param_environment = "prod"
1212
apim_environment = ""
1313

1414
# SSH Key Management
15-
ssh_key_management_dry_run = "false" # Disable dry-run for production
15+
ssh_key_management_dry_run = "false" # Disable dry-run for production

infrastructure/schedules.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ resource "aws_lambda_permission" "toggle_bulk_upload_disable_permission" {
172172
resource "aws_cloudwatch_event_rule" "transfer_key_manager_schedule" {
173173
name = "${terraform.workspace}_transfer_key_manager_schedule"
174174
description = "Daily schedule for SSH key expiry management in AWS Transfer Family"
175-
schedule_expression = "cron(0 2 * * ? *)" # 2 AM UTC daily
175+
schedule_expression = "cron(0 2 * * ? *)" # 2 AM UTC daily
176176
}
177177

178178
resource "aws_cloudwatch_event_target" "transfer_key_manager_schedule_event" {

infrastructure/test.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cloud_security_email_param_environment = "ndr-test"
1212
apim_environment = "internal-qa."
1313

1414
# SSH Key Management
15-
ssh_key_management_dry_run = "true" # Enable dry-run for test environment
15+
ssh_key_management_dry_run = "true" # Enable dry-run for test environment

0 commit comments

Comments
 (0)