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 learned a new thing today.
When using our terraform scripts the first thing i do as admin is to run
make prepare
This command will create among other things
rg
sp
key-vault
But it will also give you access to the key-vault that is created.
So you as a developer have to run the prepare command at least once before running make plan locally.
We should document this :)
The text was updated successfully, but these errors were encountered:
I learned a new thing today.
When using our terraform scripts the first thing i do as admin is to run
This command will create among other things
But it will also give you access to the key-vault that is created.
So you as a developer have to run the prepare command at least once before running
make plan
locally.We should document this :)
The text was updated successfully, but these errors were encountered: