Skip to content

Commit 51a25bd

Browse files
authored
Update main.tf
1 parent 6d86e13 commit 51a25bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ resource "aws_ecs_service" "service" {
9999
dynamic "deployment_controller" {
100100
for_each = var.deployment_controller
101101
content {
102-
type = deployment_controller.value.type
102+
type = deployment_controller.value.type
103103
}
104104
}
105105
dynamic "placement_constraints" {

0 commit comments

Comments
 (0)