Get information about a BackendBucket.
data "google_compute_backend_bucket" "my-backend-bucket" {
name = "my-backend"
}
The following arguments are supported:
name
- (Required) Name of the resource.project
- (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.See google_compute_backend_bucket resource for details of the available attributes.