You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this module as a transitive dependency of module terraform-aws-elastic-beanstalk-environment
The issue arises with enable_loadbalancer_logs = true
Deployment fails, because the EB's ELB does not get permissions to access the bucket.
This is caused by terraform failing to create the policy.
The policy creation fails because it is invalid.
The policy is invalid because a wrong bucket name is used as resource in some of the policy statements.
Expected Behavior
The created policy statements reference the bucket with the correct name
Steps to Reproduce
Create a terraform-aws-elastic-beanstalk-environment
Set enable_loadbalancer_logs = true in that module
Try terraform apply
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
I used this module as a transitive dependency of module
terraform-aws-elastic-beanstalk-environment
The issue arises with
enable_loadbalancer_logs = true
Deployment fails, because the EB's ELB does not get permissions to access the bucket.
This is caused by terraform failing to create the policy.
The policy creation fails because it is invalid.
The policy is invalid because a wrong bucket name is used as resource in some of the policy statements.
Expected Behavior
The created policy statements reference the bucket with the correct name
Steps to Reproduce
terraform-aws-elastic-beanstalk-environment
enable_loadbalancer_logs = true
in that moduleterraform apply
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: