Skip to content

Commit

Permalink
Fix: add depends_on instance profile for EB env
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBtd committed Jun 24, 2024
1 parent 83860d9 commit 4546cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ resource "aws_elastic_beanstalk_environment" "default" {
}
}

depends_on = [aws_iam_instance_profile.ec2]
}

resource "random_string" "elb_logs_suffix" {
Expand Down

0 comments on commit 4546cf8

Please sign in to comment.