|
|
|
|
|
by tty7
2966 days ago
|
|
How does this compare to severspec https://serverspec.org and inspec https://www.inspec.io Also i would hate to be on a team who is scared to change their code, be it infrastructure or application code! If you are scared to change your infra code then you probably are not following true infrastructure as code practises. |
|
Speaking from experience, it's really hard to get infrastructure as code deployments as bulletproof as application deployments, because you're so dependant on the toolchain, and its interaction with the provider (AWS, Azure, etc).
And in some cases, it's impossible to actually do a clean infrastructure deployment without some manual steps, which leaves you wondering what new changes might need manual steps as well. 'Which problems have I not encountered yet?'