Skip to content

Instantly share code, notes, and snippets.

@jdyke

jdyke/main.tf Secret

Created March 25, 2020 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdyke/b9610cc18fd42bb2694b4c4fc077eaab to your computer and use it in GitHub Desktop.
Save jdyke/b9610cc18fd42bb2694b4c4fc077eaab to your computer and use it in GitHub Desktop.
resource "google_pubsub_topic" "iam_anomalous_grant_topic" {
name = "${lower(var.name)}-iam-anomalous-grant-topic"
project = var.project
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment