Skip to content

Commit cce5a7e

Browse files
authored
Fix: add depends_on instance profile for EB env (#267)
1 parent 83860d9 commit cce5a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,7 @@ resource "aws_elastic_beanstalk_environment" "default" {
10921092
}
10931093
}
10941094

1095+
depends_on = [aws_iam_instance_profile.ec2]
10951096
}
10961097

10971098
resource "random_string" "elb_logs_suffix" {

0 commit comments

Comments
 (0)