terraform { required_providers { fusionauth = { source = "FusionAuth/fusionauth" version = "0.1.111" } } } provider "fusionauth" { api_key = var.fusionauth_api_key host = var.fusionauth_uri } resource "fusionauth_lambda" "google_reconcile" { depends_on = [var.wait_on] name = "Google Reconcile" type = "GoogleReconcile" body = <