From e7631055001a46f73b6cf3cfbc781277feb88f51 Mon Sep 17 00:00:00 2001 From: "pe.artefact" Date: Wed, 26 Apr 2023 12:19:30 +0200 Subject: [PATCH] update doc --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index f358c38..fac9c6f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,22 +62,22 @@ buckets, lifecycle rules and other features. ## Deploy the Data lake module on GCP -⚠️ Experimental status: Some steps will change after putting the module in production (Terraform registry) +⚠️ Experimental status: Some steps can be changed for the production step. === "One-shot deployment" !!! note "" This mode of deployment is quicker and easier. It's suitable for projects where the infrastructure is not meant to be managed by Terraform in the long run. Otherwise, prefer the managed deployment workflow. - Download the directory: + Download the standalone `main.tf`: ```console - curl -O https://raw.githubusercontent.com/artefactory/terraform-google-datalake/main/ + curl -O https://raw.githubusercontent.com/artefactory/terraform-google-datalake/main/examples/standalone/main.tf ``` --- - Put yourself into `/examples/standalone` directory and initialize Terraform: + Initialize Terraform: ```console terraform init ```