You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infrastructure/kctf/walkthrough/google-cloud.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,27 @@ The purpose of this walkthrough is to guide you along the way to configure the i
5
5
## First, enable the necessary GCP features
6
6
Before we start, you need to have billing set up, and the compute API enabled. Let's do that now.
7
7
1. <walkthrough-project-billing-setup>Select a project and enable billing.</walkthrough-project-billing-setup>
8
-
1. <walkthrough-enable-apisapis="compute.googleapis.com">Enable the compute API.</walkthrough-enable-apis>
8
+
1. <walkthrough-enable-apisapis="compute.googleapis.com,container.googleapis.com,containerregistry.googleapis.com">Enable the compute API.</walkthrough-enable-apis>
0 commit comments