From 396265bb15eb132159c2fb7ee52874040161b0e8 Mon Sep 17 00:00:00 2001 From: kaue Date: Fri, 19 Sep 2025 03:58:15 -0300 Subject: [PATCH] docs(blueprints): add deprecation notice (#3335) * docs(blueprints): add deprecation notice * Update GKE module version reference to v43.0.0 * Update README to remove deprecated blueprint access Removed instructions for accessing deprecated blueprints. * Update README.md * Update README.md --------- Co-authored-by: Ludovico Magnocavallo Co-authored-by: Ludovico Magnocavallo --- blueprints/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 blueprints/README.md diff --git a/blueprints/README.md b/blueprints/README.md new file mode 100644 index 000000000..6638f928a --- /dev/null +++ b/blueprints/README.md @@ -0,0 +1,7 @@ +# Deprecated: Terraform Blueprints for Google Cloud + +> This directory is deprecated as of release `v44.0.0`. + +The blueprints that were previously in this directory have been deprecated. Some of the old blueprints will be refactored as either FAST project templates or module-level recipes. If there is a specific blueprint that you would like to see refactored, please submit a PR or open a feature request. + +You can still browse and checkout the old code from the [`v43.0.0` tag](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/v43.0.0/blueprints), or download the [`v43.0.0` release](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/releases/tag/v43.0.0). Please note that this notice will also be removed in a future version.