Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Jul 22, 2024
1 parent 31e2b88 commit ab0247f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "load_balancer" {
project_id = var.project_id
alb_access_logs = var.alb_access_logs
idle_timeout = var.idle_timeout
var.ssl_policy = var.ssl_policy
ssl_policy = var.ssl_policy

# Health check settings
health_check_protocol = var.health_check_protocol
Expand Down

0 comments on commit ab0247f

Please sign in to comment.