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
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?
