Skip to content

naeemark/terraform-google-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module for a CLoud Scheduler Job in GCP

Sample

The module accepts a number of attributes.

module "cron-daily" {
  source             = "../modules/schedular"
  project            = "my-project-id"
  name_suffix        = "dev"
  job_name           = "cron-daily"
  description        = "A Cloud Schedular Job to invoke daily every three hours"
  schedule           = "* */3 * * *"
  oidc_auth_audience = "auth_token_audience"
  oidc_auth_sa_email = "sa-email"
  http_target_url    = "https://www.cron.com/daily"
}

About

A terraform test repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages