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
Error running plan: 1 error(s) occurred:
* module.redis.aws_security_group_rule.redis_ingress: aws_security_group_rule.redis_ingress: value of 'count' cannot be computed
While attempting to use the option allowed_security_groups
I understand the issue here as the instance security group has not yet been created it can't be counted. Seems to be understood see hashicorp/terraform#10857
This only failed for me when i destroyed and attempted to rebuild my stack from scratch. Previous as my instance already had been built it was not an issue.
I'm unsure of what exactly the solution to this is.
The text was updated successfully, but these errors were encountered:
Got stuck with that too, as I understand from hashicorp/terraform#10857 there is actually only workarounds possible, I prefer the one with count value, because at least I`m not forced to populate subnets with fixed segurity group ids.
While attempting to use the option
allowed_security_groups
I understand the issue here as the instance security group has not yet been created it can't be counted. Seems to be understood see hashicorp/terraform#10857
This only failed for me when i destroyed and attempted to rebuild my stack from scratch. Previous as my
instance
already had been built it was not an issue.I'm unsure of what exactly the solution to this is.
The text was updated successfully, but these errors were encountered: