Skip to content

Commit 323ce6e

Browse files
authored
Merge pull request #10 from parabolic/Fix_the_simple_example_for_the_gcp_sumo_module
Fix_the_simple_example_for_the_gcp_sumo_module
2 parents d90a69c + b1c5899 commit 323ce6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gcp/cloudlogging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For examples please check the [example] folder.
1212

1313
<!-- Links -->
1414
[Cloud Logging]:https://cloud.google.com/logging
15-
[example]:(example)
15+
[example]:./example
1616

1717
## Requirements
1818

gcp/cloudlogging/example/simple/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ locals {
44
}
55

66
module "sumologic" {
7-
source = "../.."
7+
source = "SumoLogic/sumo-logic-integrations/sumologic//gcp/cloudlogging/"
8+
version = "v1.0.7"
89

910
name = local.name
1011
gcp_project = local.project
11-
12-
}
12+
}

0 commit comments

Comments
 (0)