google_compute_resource_policy

Provide access to a Resource Policy's attributes. For more information see the official documentation or the API.

provider "google-beta" {
  region = "us-central1"
  zone   = "us-central1-a"
}

data "google_compute_resource_policy" "daily" {
  provider = google-beta
  name     = "daily"
  region   = "us-central1"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: