Skip to content

Commit

Permalink
Ref index
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 26, 2024
1 parent edb0be9 commit c3738ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/services/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module "ec2_instance_nginx" {
module "ec2_instance_nginx_eip" {
count = var.reverse_proxy_type == "nginx" ? 1 : 0
source = "../../modules/elastic-ip/default"
instance_id = module.ec2_instance_nginx.id
instance_id = module.ec2_instance_nginx[0].id
}

module "main_alb_access_logs_bucket" {
Expand Down

0 comments on commit c3738ac

Please sign in to comment.