google_cloudfunctions2_function

Get information about a Google Cloud Function (2nd gen). For more information see:

Example Usage

data "google_cloudfunctions2_function" "my-function" {
  name = "function"
  location = "us-central1"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_cloudfunctions2_function resource for details of all the available attributes.