Skip to content

Instantly share code, notes, and snippets.

@itsMagondu
Created August 20, 2019 10:57
Show Gist options
  • Save itsMagondu/bcbfb14c17a1ac0f852507eb2ddcf464 to your computer and use it in GitHub Desktop.
Save itsMagondu/bcbfb14c17a1ac0f852507eb2ddcf464 to your computer and use it in GitHub Desktop.
Terraform outputs for GCP project
output "project_id" {
value = "${google_project.demo_project.project_id}"
}
output "cloudsql_proxy_sa_key" {
value = "${google_service_account_key.cloudsql_proxy_sa_key.private_key}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment