Govur University Logo
--> --> --> -->
...

In Infrastructure as Code, what does the property of 'idempotency' guarantee when a deployment script is executed multiple times against the same environment?



Idempotency in Infrastructure as Code guarantees that applying a deployment script multiple times results in the exact same infrastructure state as applying it once, without causing unintended side effects or errors. When a script is idempotent, the automation tool first inspects the current state of the environment to determine if the desired c....

Log in to view the answer



Redundant Elements