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
There should be dependencies on the security group in the network_configuration block and the target_group in the load_balancer block, but they are not shown. On the other hand, dependencies on cluster and task_definition, which are written directly under the resource block, are shown.
Another example: define aws_lb_listener_rule as follows
When referencing other resources in the configuration block of a resource block, dependencies on those resources are not displayed.
Example: define aws_ecs_service as follows
Visualizing this definition would look like this
There should be dependencies on the security group in the
network_configuration
block and the target_group in theload_balancer
block, but they are not shown. On the other hand, dependencies on cluster and task_definition, which are written directly under the resource block, are shown.Another example: define aws_lb_listener_rule as follows
Similar to the above example, the visualization of this definition does not show the dependency on target_group in the action block
Thank you.
The text was updated successfully, but these errors were encountered: