GCP
Create Teleskope Service Account
Terraform
Variable
Description
Example
resource "google_service_account" "teleskope" {
account_id = "teleskope"
display_name = "Teleskope Read Only User"
project = "{project_id}"
}Grant Resource Manager Read Access to Teleskope Service Account
Terraform
Variable
Description
Example
Grant Teleskope Access to the Service Account
Teleskope-Managed (GCP) Deployments
Configure Workload Identity Federation (SaaS Only)
Create Workload Identity Federation Pool
Grant Access to Teleskope Service Account
Terraform
Variable
Description
Example
Last updated
Was this helpful?
