Skip to content

Commit

Permalink
Update elasticbeanstalk.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Feb 29, 2024
1 parent ee528f9 commit ac841a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/aws/elasticbeanstalk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ resource "aws_elastic_beanstalk_environment" "hydroserver_django_env" {
value = "aws-elasticbeanstalk-ec2-role"
}

setting {
namespace = "aws:autoscaling:launchconfiguration"
name = "IamInstanceProfile"
value = "arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/HydroServerStorageManager"
}

setting {
namespace = "aws:elasticbeanstalk:application:environment"
name = "ADMIN_EMAIL"
Expand Down

0 comments on commit ac841a3

Please sign in to comment.