│ Error: timeout while waiting for state to become 'created' (last state: 'creating', timeout: 20m0s)
│
│ with module.iglu_server.google_compute_region_instance_group_manager.grp,
│ on .terraform\modules\iglu_server\main.tf line 228, in resource "google_compute_region_instance_group_manager" "grp":
│ 228: resource "google_compute_region_instance_group_manager" "grp" {
Yeah - it would be unusual for it to be able to install the base packages without any issues but then fail on docker (unless it was an intermittent connection issue).
If it’s still failing after 60 minutes I’d have a look at any health checks that have been provisioned and check if they are failing or succeeding as well as double checking that you aren’t hitting any GCP quotas (though this should usually fail immediately).