You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,10 @@ Below is the list of the things we must do to make the implementation production
381
381
382
382
## IAC
383
383
- Use `Terratest`for Integration test.
384
-
- Implement a `Smoke/E2E` testing for IAC once the Infrastructure is provisioned. Execute on a scheduled event to detect any drift from the desired state defined as IAC.
384
+
- Implement `Smoke/E2E` testing for IAC once the Infrastructure is provisioned. Execute on a scheduled event to detect any drift from the desired state defined as IAC.
385
+
- Pass the plan artifact from plan to apply. Terraform best practice.
386
+
- Analyze the pros and cons of TF workspace.
387
+
- Analyze the pros and cons of Splitting the AZ Container Apps Environment provisioning through TF and AZ Container App deployment with configuration through Github Actions and YML configs.
385
388
386
389
## CI/CD
387
390
- Refactor Github Actions Pipeline code to reduce Boilerplate code and practice DRY.
0 commit comments