Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 18, 2024
1 parent 7b5fff9 commit 03b5708
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions env/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ variable "elb_account_id" {
}
variable "elb_account_ids" {
type = map(string)
type = map(string)
sensitive = true
}
Expand Down Expand Up @@ -401,7 +401,7 @@ variable "elasticache_node_type" {
}
variable "client_vpn_access_group_id" {
type = string
type = string
}
variable "client_vpn_saml_metadata" {
Expand Down Expand Up @@ -452,7 +452,7 @@ variable "budget_sre_bot_webhook" {
}
variable "cloudwatch_opsgenie_alarm_webhook" {
type = string
type = string
sensitive = true
}
Expand Down Expand Up @@ -507,7 +507,7 @@ variable "heartbeat_api_key" {
}
variable "heartbeat_sms_number" {
type = string
type = string
}
variable "schedule_expression" {
Expand Down Expand Up @@ -539,7 +539,7 @@ variable "quicksight_db_user_password" {
}
variable "quicksight_db_user_name" {
type = string
type = string
sensitive = true
}
Expand Down Expand Up @@ -588,7 +588,7 @@ variable "ff_redis_batch_saving" {
}
variable "redis_url" {
type = string
type = string
}
variable "secret_key" {
Expand All @@ -605,19 +605,19 @@ variable "sqs_region" {
}
variable "gc_notify_service_email" {
type = string
type = string
}
variable "aws_pinpoint_region" {
type = string
}
variable "perf_test_phone_number" {
type = string
type = string
}
variable "perf_test_email" {
type = string
type = string
}
variable "perf_test_auth_header" {
Expand All @@ -634,19 +634,19 @@ variable "perf_schedule_expression" {
}
variable "perf_test_aws_s3_bucket" {
type = string
type = string
}
variable "perf_test_csv_directory_path" {
type = string
}
variable "perf_test_sms_template_id" {
type = string
type = string
}
variable "perf_test_bulk_email_template_id" {
type = string
type = string
}
variable "alarm_warning_bulk_bulk_processed_created_delta_threshold" {
Expand Down Expand Up @@ -817,15 +817,15 @@ variable "account_budget_alert_emails" {
}
variable "perf_test_email_template_id" {
type = string
type = string
}
variable "perf_test_email_with_attachment_template_id" {
type = string
type = string
}
variable "perf_test_email_with_link_template_id" {
type = string
type = string
}
variable "pr_bot_app_id" {
Expand Down

0 comments on commit 03b5708

Please sign in to comment.