terraform-provider-google/website/docs/d/datasource_client_config.html.markdown
2017-09-06 14:52:32 -07:00

761 B

layout page_title sidebar_current description
google Google: google_client_config docs-google-datasource-client-config Get information about the configuration of the Google Cloud provider.

google_client_config

Use this data source to access the configuration of the Google Cloud provider.

Example Usage

data "google_client_config" "current" {}

output "project" {
  value = "${data.google_client_config.current.project}"
}

Argument Reference

There are no arguments available for this data source.

Attributes Reference

In addition to the arguments listed above, the following attributes are exported:

  • project - The ID of the project to apply any resources to.

  • region - The region to operate under.