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
Without an explicit dependency between the `created_subnets` data source
and the `subnetwork` resource, the data source may be fetched before
subnets are created, causing stale information to be provided. This
commit resolves the issue by using resource attributes within the data
source, creating the necessary dependency.
0 commit comments