Skip to content

Commit

Permalink
feat: openmetric to prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Oct 30, 2024
1 parent 47d5be5 commit 6bafa20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1003,11 +1003,11 @@ variable "apiary_managed_service_iamroles" {
variable "ecs_platform_version" {
description = "ECS Service Platform Version"
type = string
default = "LATEST"
default = "1.4.0"
}

variable "ecs_requires_compatibilities" {
description = "ECS task definition requires compatibilities, default EC2; FARGATE"
type = list(string)
default = ["EC2", "FARGATE"]
default = ["FARGATE"]
}

0 comments on commit 6bafa20

Please sign in to comment.