For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hidden State

Using gsutil, we are able to list out the files in google storage.

We can see that theres a terraform.tfstate file within the google storage. Since the hint mentioned previous version, we can use the -a flag to list them.

In one of the tfstate file, it contains instructions on how to get the flag, as well as a service pricipal key.

Formating the key nicely, we are able to authenticate and retrieve the flag.

Last updated