Skip to content

Instantly share code, notes, and snippets.

@yuriatgoogle
Created August 31, 2020 17:13
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 yuriatgoogle/ad04ac9f72b03ee6343b43a891b1ec86 to your computer and use it in GitHub Desktop.
Save yuriatgoogle/ad04ac9f72b03ee6343b43a891b1ec86 to your computer and use it in GitHub Desktop.
provider "google" {
project = "stack-doctor"
region = "us-west3"
zone = "us-west3-a"
}
resource "google_monitoring_custom_service" "terraform-service" {
service_id = "terraform-service"
display_name = "Service Created by Terraform"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment