remove deprecated TF#477
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dougalrea
left a comment
There was a problem hiding this comment.
Approved, but as mentioned on call just have to raise that managing infrastructure manually via Vercel UI, instead of via IaC in terraform, goes against devops best practices and exposes the project to risks ie infrastructure changes being made outside of the typical git permissioning and code review process, and infra changes not being trackable and revertible via the code versioning system. But as discussed those risks are acceptable for vevote.
I have gone through both dev and prod terraform states and removed all vercel infra from state files to sever the ties between terraform and vercel. All frontend infra is now managed entirely via Vercel UI



No description provided.