You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started to experiment heavily with the terraform provider. I kind of got used to the paranoia of asking myself "Am I really destroying ressources in my sandbox project or did I accidentally just destroy a productive environment".
I had this idea which may or may not be sensible: If the provider had a data source gridscale_project which I could retrieve implicitly based upon the API credentials, I could output that projects name via tf output and therefore have a simple mechanism to assert that I am in fact using the correct credentials.
The text was updated successfully, but these errors were encountered:
I recently started to experiment heavily with the terraform provider. I kind of got used to the paranoia of asking myself "Am I really destroying ressources in my sandbox project or did I accidentally just destroy a productive environment".
I had this idea which may or may not be sensible: If the provider had a data source
gridscale_project
which I could retrieve implicitly based upon the API credentials, I could output that projectsname
viatf output
and therefore have a simple mechanism to assert that I am in fact using the correct credentials.The text was updated successfully, but these errors were encountered: