f5devcentral / terraform-modular-demo-framework

Apache License 2.0
5 stars 3 forks source link

Azure site remains in WAITING FOR REGISTRATION state #36

Open mjmenger opened 1 year ago

mjmenger commented 1 year ago

After the tf_params_action resource successfully completed, the sites remain 'waiting for registration' and never move into provisioning and finally into online status.

If there is an error with initializing the site such that they won't be provisioned, the terraform provider should return an error rather than a success.

mjmenger commented 1 year ago

As a workaround, I did the following:

This delivered the desired result. But the inconsistent API/provider behavior is undesirable