diff --git a/README.adoc b/README.adoc index a03ac63..c57dede 100644 --- a/README.adoc +++ b/README.adoc @@ -10,8 +10,7 @@ toc::[] == Usage Remember to check out the link:variables.tf[*variables*] and link:outputs.tf[*outputs*] to see all options. -// TODO: Add variables to the module example! - +NOTE: Requires link:https://github.com/nsbno/terraform-datadog-provider-setup[`nsbno/terraform-datadog-provider`] module to be set up. [source, hcl] ---- module "datadog-service" { @@ -29,3 +28,10 @@ module "account_metadata" { } ---- +== Relevant Repositories + +You can use these repos together with this repo! + +link:https://github.com/nsbno/terraform-datadog-provider-setup[`nsbno/terraform-datadog-provider`]:: +Set up a DataDog provider before using this module. +