subcategory | description |
---|---|
Cloud Storage Control |
Gets a Project Storage Intelligence config. |
Use this data source to get information about a Project Storage Intelligence config resource. See the official documentation and API.
data "google_storage_control_project_intelligence_config" "sample-config" {
name = "my-project"
}
The following arguments are supported:
name
- (Required) The name or number of the GCP project.
See google_storage_control_project_intelligence_config resource for details of the available attributes.