We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2d575 commit b1c5899Copy full SHA for b1c5899
gcp/cloudlogging/README.md
@@ -12,7 +12,7 @@ For examples please check the [example] folder.
12
13
<!-- Links -->
14
[Cloud Logging]:https://cloud.google.com/logging
15
-[example]:(example)
+[example]:./example
16
17
## Requirements
18
gcp/cloudlogging/example/simple/main.tf
@@ -4,9 +4,9 @@ locals {
4
}
5
6
module "sumologic" {
7
- source = "../.."
+ source = "SumoLogic/sumo-logic-integrations/sumologic//gcp/cloudlogging/"
8
+ version = "v1.0.7"
9
10
name = local.name
11
gcp_project = local.project
-
-}
+}
0 commit comments