facebook-gcal-sync
amancevice/facebook-gcal-sync/heroku
Synchronize facebook page events with Google Calendar
Facebook to Google Calendar Sync   Synchronize facebook page events with Google Calendar. Prerequisites Before beginning you will need to create and configure a facebook app and use it to acquire a page access token for Graph API. You will also need to set up a Google service account to acquire a credentials file to authenticate with Google APIs. Usage Collect your facebook Page access token and Google service account credentials file. ``terraform module "facebook_gcal_sync" { source = "amancevice/facebook-gcal-sync/heroku" version = "~> 1.0" app_name = " " google_calendar_id = " " google_credentials_file = " " facebook_page_token = " " } `` Once the app is created,
| Name | Type | Description | Default |
|---|---|---|---|
| facebook_page_token | string | facebook page access token | required |
| google_calendar_id | string | Google Calendar ID | required |
| google_credentials_file | string | Google Service account credentials file path | required |
| app_name | string | Heroku app name | required |
| facebook_page_id | string | facebook page ID | required |
| papertrail_plan | string | PaperTrail add on plan | "papertrail:choklad" |
| scheduler_plan | string | Heroku scheduler addon plan | "scheduler:standard" |
| app_stack | string | Heroku app stack | "heroku-18" |
| app_version | string | Version of module | "0.1.0" |
| app_buildpacks | list(string) | Heroku app buildpacks | [
"heroku/python"
] |
| app_region | string | Heroku app region | "us" |
app_git_url — Heroku app git URLAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,