GoogleCloudPlatform/solution-acceleration-toolkit

Add "depends_on" field to the resources (modules)

ashkolte opened this issue · 4 comments

Resources like Cloud_sql, GKE, Bigquery, GCS Bucket etc does not support "depends_on" field (Natively supported in terraform). This causes resources creation failure due to dependencies.

Example: While Bigquery API is getting enabled, Bigquery dataset creation failed with API disabled error.

Hi @ashkolte,

I believe #756 will indirectly resolve the issues faced by this issue. Please confirm once it is merged into the repo.

I will demote priority on this and likely not get to it next week. If this continues to block your usage please let me know and I can circle back on it. Thanks!

@ashkolte is the issue fixed?

Yes

Thanks for confirming @ashkolte