diff --git a/components/terraform/gcp/cloud-function/main.tf b/components/terraform/gcp/cloud-function/main.tf index 2462a17..dee63d5 100644 --- a/components/terraform/gcp/cloud-function/main.tf +++ b/components/terraform/gcp/cloud-function/main.tf @@ -1,7 +1,7 @@ module "cloud_function" { count = local.enabled ? 1 : 0 source = "GoogleCloudPlatform/cloud-functions/google" - version = "0.4.1" + version = "0.6.0" project_id = var.project_id function_name = module.this.id description = var.description