From 857d04bb788fed58b5a320ae14415f3e3a207eac Mon Sep 17 00:00:00 2001 From: felixwidjaja Date: Tue, 3 Jun 2025 23:09:20 +0700 Subject: [PATCH] Fixes #39 Modifying @cprivitere 's instruction about enabling API that overlaps with enabling IAM API. --- content/en/docs/tutorials/infra-provider-gcp/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/infra-provider-gcp/_index.md b/content/en/docs/tutorials/infra-provider-gcp/_index.md index 3bfa459..bcc6bf3 100644 --- a/content/en/docs/tutorials/infra-provider-gcp/_index.md +++ b/content/en/docs/tutorials/infra-provider-gcp/_index.md @@ -10,7 +10,9 @@ This tutorial assumes you have already: - [Registered a Datum account]({{< relref "get-started" >}}) - [Installed and configured the necessary tools]({{< ref "tools.md" >}}) - [Created a Datum project]({{< ref "create-project" >}}) -- [Enabled the Google Cloud and Identity and Access Management (IAM) APIs on your GCP project](https://cloud.google.com/endpoints/docs/openapi/enable-api#enabling_an_api) +- [Enabling an API in your Google Cloud project](https://cloud.google.com/endpoints/docs/openapi/enable-api#enabling_an_api) +- [Enable Identity and Access Management (IAM) API in your Google Cloud project](https://console.cloud.google.com/apis/library/iam.googleapis.com) +- [Enable Compute Engine API in your Google Cloud project](https://console.cloud.google.com/apis/library/compute.googleapis.com) ### Grant Datum Cloud access to your GCP project