Skip to content

Commit

Permalink
Initial module
Browse files Browse the repository at this point in the history
  • Loading branch information
rotciw committed Sep 10, 2024
1 parent 1f60e1d commit a0dee99
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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.

0 comments on commit a0dee99

Please sign in to comment.