From d4cb6d52a3dab98cdc7d5238274efa2f89a61024 Mon Sep 17 00:00:00 2001 From: Alexander <38151284+abotzki@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:47:16 +0200 Subject: [PATCH] Update README add section to enable google api --- howest-stage-lducazu/terraform/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/howest-stage-lducazu/terraform/README b/howest-stage-lducazu/terraform/README index 7ea2c976..426634e5 100644 --- a/howest-stage-lducazu/terraform/README +++ b/howest-stage-lducazu/terraform/README @@ -12,6 +12,8 @@ To create a group of resources, `cd` into the appropriate directory and execute == boostrap +NOTE: Check the common configuration file first and change the file locations and region/zone and project name, too. + IMPORTANT: the `bootstrap` part needs to be executed *first*, all other parts depend on it. The `bootstrap` directory creates the Google Cloud project, creates the required service account and @@ -23,6 +25,8 @@ This part needs to be runs as a _real_ user, with a Google account. Install the $ gcloud auth application-default login +20230817 minor changes to project.tf to enable Google API + == gce-vms This directory contains the scripts that build the Google Compute Engine resources.