facebook-gcal-sync

amancevice/facebook-gcal-sync/heroku

Terraform Module HCL HEROKU

Synchronize facebook page events with Google Calendar

Install
module "facebook-gcal-sync" {
source = "amancevice/facebook-gcal-sync/heroku"
version = "3.2.1"
}
plain text: /constructs/tfmod-amancevice-facebook-gcal-sync-heroku/install.txt
⭐ Source on GitHub 📦 Registry page
README

Facebook to Google Calendar Sync ![terraform](https://registry.terraform.io/modules/amancevice/serverless-pypi/aws) ![ko-fi](https://ko-fi.com/smallweirdnumber) 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,

Inputs (11)
NameTypeDescriptionDefault
facebook_page_tokenstringfacebook page access token required
google_calendar_idstringGoogle Calendar ID required
google_credentials_filestringGoogle Service account credentials file path required
app_namestringHeroku app name required
facebook_page_idstringfacebook page ID required
papertrail_planstringPaperTrail add on plan"papertrail:choklad"
scheduler_planstringHeroku scheduler addon plan"scheduler:standard"
app_stackstringHeroku app stack"heroku-18"
app_versionstringVersion of module"0.1.0"
app_buildpackslist(string)Heroku app buildpacks[ "heroku/python" ]
app_regionstringHeroku app region"us"
Outputs (1)
app_git_url — Heroku app git URL
Resources (4)
heroku_addonheroku_appheroku_app_releaseheroku_build
Details
FrameworkTerraform Module
LanguageHCL
Version3.2.1
Cloud HEROKU
★ Stars1
Forks2
Total downloads790
Inputs11
Outputs1
Resources4
LicenseMIT
Namespaceamancevice
Updated