Skip to content

Commit ae4a96f

Browse files
James WoolfendenJames Woolfenden
authored andcommitted
draft
1 parent 0090f89 commit ae4a96f

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Slalom][logo]](https://slalom.com)
22

3-
# terraform-gcp-cloudfunction [![Build Status](https://api.travis-ci.com/JamesWoolfenden/terraform-gcp-bastion.svg?branch=master)](https://travis-ci.com/JamesWoolfenden/terraform-gcp-bastion) [![Latest Release](https://img.shields.io/github/release/JamesWoolfenden/terraform-gcp-cloudfunction.svg)](https://github.com/JamesWoolfenden/terraform-gcp-cloudfunction/releases/latest)
3+
# terraform-gcp-cloudfunction [![Build Status](https://api.travis-ci.com/JamesWoolfenden/terraform-gcp-cloudfunction.svg?branch=master)](https://travis-ci.com/JamesWoolfenden/terraform-gcp-cloudfunction) [![Latest Release](https://img.shields.io/github/release/JamesWoolfenden/terraform-gcp-cloudfunction.svg)](https://github.com/JamesWoolfenden/terraform-gcp-cloudfunction/releases/latest)
44

55
The working cloudfunction module and example.
66

@@ -9,16 +9,19 @@ The working cloudfunction module and example.
99
Add **module.cloudfunction.tf** to your code:-
1010

1111
```terraform
12-
{
13-
source ="jameswoolfenden/cloudfunction/gcp"
14-
version = "0.0.4"
15-
common_tags = var.common_tags
16-
project = var.project
17-
app = var.app
18-
sourcezip = var.sourcezip
12+
module cloudfunction {
13+
source ="jameswoolfenden/cloudfunction/gcp"
14+
version = "0.0.4"
15+
common_tags = var.common_tags
16+
lambda = var.lambda
17+
project = var.project
18+
region = var.region
19+
sourcezippath = var.sourcezippath
1920
}
2021
```
2122

23+
See **main.auto.tfvars** for the data to drive the module.
24+
2225
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2326
## Inputs
2427

0 commit comments

Comments
 (0)