From a4e4f28582c3540a6f4985f380f0b27c5059a1fc Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Fri, 3 May 2019 17:59:43 -0400 Subject: [PATCH 1/2] Initial README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bc4734a..03fa7b1dd 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# cloud-foundation-fabric \ No newline at end of file +# Cloud Foundation Toolkit - Fabric + +The Cloud Foundation Fabric provides end-to-end Terraform code examples for prototyping on GCP. Code from this repository can be used as the basis for starting to develop an infrastructure as code repository for GCP before adopting production-grade Cloud Foundation Toolkit modules. + +The Fabric repository is designed to be adapted and updated for your use cases. For production use cases infrastructure, alternative Cloud Foundation Toolkit modules should be considered or integrated. From 0227805eb66c8ea95a5a45d245ab9279700479d9 Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Tue, 28 May 2019 11:07:08 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03fa7b1dd..8120fffc8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Cloud Foundation Toolkit - Fabric -The Cloud Foundation Fabric provides end-to-end Terraform code examples for prototyping on GCP. Code from this repository can be used as the basis for starting to develop an infrastructure as code repository for GCP before adopting production-grade Cloud Foundation Toolkit modules. +The Cloud Foundation Fabric provides end-to-end Terraform code examples for prototyping on GCP. +Code from this repository can be used as the basis for rapid prototyping of networking and organizational design, +and to lay the automated foundations for adopting additional CFT modules. -The Fabric repository is designed to be adapted and updated for your use cases. For production use cases infrastructure, alternative Cloud Foundation Toolkit modules should be considered or integrated. +The Fabric repository is designed to be adapted and updated for your use cases. +For full-featured support out of the box, alternative Cloud Foundation Toolkit modules should be considered or integrated.