init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: google_binary_authorization_attestor
|
||||
# key: goog_binary_authorization_attestor
|
||||
# --
|
||||
|
||||
resource "google_binary_authorization_attestor" "${1:name}" {
|
||||
name = "${2:name}"
|
||||
attestation_authority_note {
|
||||
note_reference = "${3:note_name}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: google_binary_authorization_policy
|
||||
# key: goog_binary_authorization_policy
|
||||
# --
|
||||
|
||||
resource "google_binary_authorization_policy" "${1:name}" {
|
||||
default_admission_rule {
|
||||
evaluation_mode = "${2:evaluation_mode}"
|
||||
enforcement_mode = "${3:enforcement_mode}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user