Skip to content

Commit c200eb5

Browse files
author
Alexander Wiechert
committed
ad provider config
1 parent a8d8f13 commit c200eb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ resource "aws_ecs_service" "grafana" {
5252
desired_count = 1
5353

5454
network_configuration {
55-
subnets = var.subnet_ids
56-
security_groups = [aws_security_group.grafana_sg.id]
55+
subnets = var.subnet_ids
56+
security_groups = [aws_security_group.grafana_sg.id]
5757
assign_public_ip = true
5858
}
5959

modules/grafana/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ resource "aws_ecs_task_definition" "grafana" {
5252

5353
container_definitions = jsonencode([
5454
{
55-
name = "grafana"
56-
image = "grafana/grafana-oss:latest"
55+
name = "grafana"
56+
image = "grafana/grafana-oss:latest"
5757
portMappings = [{
5858
containerPort = 3000
5959
protocol = "tcp"

0 commit comments

Comments
 (0)