Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions howest-stage-lducazu/terraform/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down