Skip to content

Commit efb0930

Browse files
authored
Update README.md (#10)
1 parent bf52cca commit efb0930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ terraform apply
3838
Note that this example may create resources. Run `terraform destroy` when you don't need these resources anymore.
3939

4040
## Considerations
41-
41+
- Using HashiCorp Modules alongside green-blue deployment allows for a secure and efficient deployment process. The modules can be easily integrated into both the active and inactive environments, ensuring consistency across both environments.
42+
- Instance - If you apply the instances will shut down immediately and restart, creating service interruption.
43+
- Platform - If you apply, it will wait for the next maintenance window to change the instance & configuration. You can force apply with additional TF code.
4244
<!-- BEGIN_TF_DOCS -->
4345
## Requirements
4446

0 commit comments

Comments
 (0)