Skip to content

Instantly share code, notes, and snippets.

@Nogbit
Created May 21, 2022 19:10
Show Gist options
  • Save Nogbit/f43d32ace8d4f94355efabb6c2872137 to your computer and use it in GitHub Desktop.
Save Nogbit/f43d32ace8d4f94355efabb6c2872137 to your computer and use it in GitHub Desktop.
SCC - Article - 2
resource "google_scc_source" "custom_source" {
display_name = "Golden Image Scanner"
organization = var.org_id
description = "Creates findings when disks are not using the latest golden image within a family"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment