diff --git a/mmv1/templates/terraform/post_create/sleep_1_min.go.tmpl b/mmv1/templates/terraform/post_create/sleep_1_min.go.tmpl new file mode 100644 index 000000000000..20a46da023ec --- /dev/null +++ b/mmv1/templates/terraform/post_create/sleep_1_min.go.tmpl @@ -0,0 +1,4 @@ +// This is useful if the resource in question doesn't have a perfectly consistent API +// That is, the Operation for Create might return before the Get operation shows the +// completed state of the resource. +time.Sleep(1 * time.Minute)