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
Describe the Bug
The issue arises with s3_bucket_versioning_enabled = true
The "count" value depends on resource attributes that cannot be determined
until applied, so Terraform cannot predict how many instances will be
created. To work around this, use the target argument first to apply only
the resources on which the count depends.
Expected Behavior
It should not throw a count error
Steps to Reproduce
Create a terraform-aws-elastic-beanstalk-environment
Set enable_loadbalancer_logs = true in that module
Try terraform plan
Screenshots
Describe the Bug
Describe the Bug
The issue arises with s3_bucket_versioning_enabled = true
The "count" value depends on resource attributes that cannot be determined
until applied, so Terraform cannot predict how many instances will be
created. To work around this, use the target argument first to apply only
the resources on which the count depends.
Expected Behavior
It should not throw a count error
Steps to Reproduce
Create a terraform-aws-elastic-beanstalk-environment
Set enable_loadbalancer_logs = true in that module
Try terraform plan
Screenshots
Screenshots
Environment
Environment
v0.52.0
v1.10.4
aws
:~> 5.70
Additional Context
No response
The text was updated successfully, but these errors were encountered: