Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
that's Windows, buddy... It fucks your session up a few minutes after you lock your screen.
-
Yup! I've done that before. It sucks
- "terraform import" is awesome
- Run Terraform in Jenkins on AWS, it's a lifesaver
- Keep your state in S3 so Jenkins and your local laptop are always sync'd (Terrafrom can do this natively)
- Avoid SSH provisioning in Terraform at all costs!!! Use cloud-init scripts and pre built AMIs -
LLAMS36634y@devphobe Yeah we do keep state in S3. This was purely me doing a dumb and screwing the apply up so bad the state didnt even get persisted 😅
-
@LLAMS
Get it to a server where the workload can be detached and continue working 😊
Related Rants
I ran a big long-running terraform apply and somehow thought it would still work if I locked my laptop.
When I went back the next day (I know lol) terraform was hanging, had to force stop which screwed up the remote tfstate.
Had to spend a whole day manually deleting about 70 AWS resources that terraform created but had no knowledge of because of the corrupted state.
rant
wk219
aws
terraform
fail