diff --git a/examples/complete/example.tf b/examples/complete/example.tf index 1914845..4c14194 100644 --- a/examples/complete/example.tf +++ b/examples/complete/example.tf @@ -21,7 +21,7 @@ module "resource_group" { # ------------------------------------------------------------------------------ module "log_analytics" { source = "../../" - name = "core" + name = "corq" # custom_name = "" # Optional: Overrides default naming logic with a fully custom name. Cannot be used if `name` is set. environment = "dev" label_order = ["name", "environment", "location"] # locations logic are pre configured in the labels module