F5Networks / terraform-gcp-bigip-module

Terraform module for Deploying BIG-IP in GCP
Apache License 2.0
9 stars 13 forks source link

Onboarding sleep duration should be modifiable #9

Closed memes closed 2 years ago

memes commented 2 years ago

The local-exec provisioner is hard-coded to use 250 seconds of sleep so that BIG-IP can, theoretically, be onboarded and ready for next steps. This request would allow module consumers to override the value where the module is a dependency for other resources.

memes commented 2 years ago

PR #11 offers a potential soluton.

cah-roger-bauer commented 2 years ago

This block does not function on GCP, it would help if there was an solution for all platforms - or explanation of what to use for each environment

trinaths commented 2 years ago

Created INFRAANO-607 for internal tracking.

RavinderReddyF5 commented 2 years ago

@memes @cah-roger-bauer hope fully added these two changes with using native https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep fixes wil be available for next release

RavinderReddyF5 commented 2 years ago

@memes fixed in v1.1.0