Infrastructure as Code Theory

Created: 2021-11-12T21:43:17-06:00

Return to the Index

Policy enforcement tools can verify the desired world state or the change tape (ex. Pulumi's "guard rails".)

Tree differencing algorithms

Database schema migration tools can work similarly. Differencing two schemas and creating a tape to migrate data from one format to another.