--- # ---------------------------------------------------------------------------- # # *** AUTO GENERATED CODE *** AUTO GENERATED CODE *** # # ---------------------------------------------------------------------------- # # This file is automatically generated by Magic Modules and manual # changes will be clobbered when the file is regenerated. # # Please read more about how to change this file in # .github/CONTRIBUTING.md. # # ---------------------------------------------------------------------------- layout: "google" page_title: "Google: google_binary_authorization_attestor" sidebar_current: "docs-google-binary-authorization-attestor" description: |- An attestor that attests to container image artifacts. --- # google\_binary\_authorization\_attestor An attestor that attests to container image artifacts. ~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider. See [Provider Versions](http://terraform.io/docs/provider/google/provider_versions.html) for more details on beta resources. To get more information about Attestor, see: * [API documentation](https://cloud.google.com/binary-authorization/docs/reference/rest/) * How-to Guides * [Official Documentation](https://cloud.google.com/binary-authorization/) ## Example Usage ```hcl resource "google_container_analysis_note" "note" { name = "test-attestor-note" attestation_authority { hint { human_readable_name = "Attestor Note" } } } resource "google_binary_authorization_attestor" "attestor" { name = "test-attestor" attestation_authority_note { note_reference = "${google_container_analysis_note.note.name}" public_keys { ascii_armored_pgp_public_key = <