File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This is a personal (opiniated) Terraform module to manage [Google Cloud Function
66
77``` hcl
88module "stuff" {
9- source = "app.terraform.io/ multani/function/google"
10- version = "1.0.0 "
9+ source = "multani/function/google"
10+ version = "1.0.2 "
1111
1212 name = "do-stuff"
1313 description = "Do some stuff"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ It uploads source code to a Google Cloud Storage bucket and "version" it using a
99
1010``` hcl
1111module "functions" {
12- source = "app.terraform.io/ multani/function/google//modules/code"
13- version = "1.0.0 "
12+ source = "multani/function/google//modules/code"
13+ version = "1.0.2 "
1414
1515 name = "my-functions"
1616 source_dir = "${path.module}/src"
You can’t perform that action at this time.
0 commit comments