cloudfunction

JamesWoolfenden/cloudfunction/gcp

Terraform Module HCL GCP ⏱ stale 2y 1mo

For your cloud functions to GCP

Install

module "cloudfunction" {
source = "JamesWoolfenden/cloudfunction/gcp"
version = "0.1.22"
}
⭐ Source on GitHub 📦 Registry page

README

terraform-gcp-cloudfunction ![Build Status](https://github.com/JamesWoolfenden/terraform-gcp-cloudfunction/actions) ![Latest Release](https://github.com/JamesWoolfenden/terraform-gcp-cloudfunction/releases/latest) ![GitHub tag (latest SemVer)](https://github.com/JamesWoolfenden/terraform-gcp-cloudfunction/releases/latest) !Terraform Version ![Infrastructure Tests](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=JamesWoolfenden%2Fterraform-gcp-cloudfunction&benchmark=CIS+AWS+V1.2) ![pre-commit](https://github.com/pre-commit/pre-commit) ![checkov](https://www.checkov.io/) ![Infrastructure Tests](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=JamesWoolfenden%2Fterraform-gcp-cloudfunction&benchmark=INFRASTRUCTURE+SECURITY) ![Infrastructure Tests](https://www.bridgecrew

Inputs (7)

NameTypeDescriptionDefault
lambdamap(any)A map object that populates the majority of cloudfunction settings required
projectstringGCP project required
regionstringGCP region required
sourcezippathstringFull path to source zip file required
invokerstringSet who can invoke the lambda required
common_tagsmap(any)This is to help you add tags to your cloud objects required
locationstring"eu"

Outputs (2)

function
bucket

Resources (4)

google_cloudfunctions_functiongoogle_cloudfunctions_function_iam_membergoogle_storage_bucketgoogle_storage_bucket_object

Details

FrameworkTerraform Module
LanguageHCL
Version0.1.22
Cloud GCP
Total downloads5.7k
Inputs7
Outputs2
Resources4
NamespaceJamesWoolfenden
Updated