Prerequisites to run Terraform form local machine
This section describes the prerequisites and tools required on a local machine to run Terraform scripts for deploying Kyvos resources on Google Cloud Platform.
Download and install Terraform on your local machine.
To install Terraform, refer to the Terraform documentation.
Execute Terraform init command to verify successful installation of Terraform.
Jq should be installed on your local machine.
You need a GCP account to create and manage resources. Ensure that you have the necessary permissions.
Configure GCP on your local machine.
For gcloud initialization, refer to the Google documentation.