Add Packer and Terraform Updates

This commit is contained in:
Marcelo Boeira
2019-06-14 19:58:37 -07:00
parent 42a7739a71
commit 759d837bbd
2 changed files with 6 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ graph TD
CfgMgt --> Chef
IaC --> Prov[Provisioning]
Prov --> TF[Terraform]
Prov --> PK[Packer]
IaC --> Orc[Orchestration]
Orc --> K8S[Kubernetes]
Orc --> Mesos