Skip to content

Commit

Permalink
Update var
Browse files Browse the repository at this point in the history
  • Loading branch information
gillettmoj committed Oct 29, 2024
1 parent 7fa8b80 commit f00b42b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/account/region.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ module "eu_west_2" {
aws.management = aws.management_eu_west_2
aws.shared = aws.shared
}
}
}
2 changes: 1 addition & 1 deletion terraform/account/region/pagerduty.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ resource "aws_sns_topic_subscription" "cloudwatch_sns_subscription" {
resource "pagerduty_service_integration" "cloudwatch_application_insights" {
count = var.account.cloudwatch_application_insights_enabled ? 1 : 0
name = "Use an LPA ${data.aws_region.current.name} Cloudwatch Application Insights Ops Item Alarm"
service = var.pagerduty_service_id
service = var.account.pagerduty_service_id
vendor = data.pagerduty_vendor.cloudwatch.id
}

Expand Down
5 changes: 0 additions & 5 deletions terraform/account/region/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ variable "lambda_container_version" {
type = string
}

variable "pagerduty_service_id" {
description = "The ID of the PagerDuty service to use."
type = string
}

variable "vpc_flow_logs_iam_role" {
description = "The IAM role for VPC flow logs"
type = object({
Expand Down

0 comments on commit f00b42b

Please sign in to comment.