Skip to content

Commit

Permalink
docs(terraform-docs): generate docs and write to README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed May 30, 2023
1 parent ead06ca commit f1d4eac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,22 @@ The following requirements are needed by this module:

- [[requirement_argocd]] <<requirement_argocd,argocd>> (>= 4)

- [[requirement_null]] <<requirement_null,null>> (>= 3)

- [[requirement_utils]] <<requirement_utils,utils>> (>= 1)

=== Providers

The following providers are used by this module:

- [[provider_null]] <<provider_null,null>>

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 4)

- [[provider_utils]] <<provider_utils,utils>> (>= 1)

- [[provider_aws]] <<provider_aws,aws>>

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 4)

- [[provider_null]] <<provider_null,null>> (>= 3)

=== Modules

The following Modules are called:
Expand Down Expand Up @@ -273,6 +275,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|===
|Name |Version
|[[requirement_argocd]] <<requirement_argocd,argocd>> |>= 4
|[[requirement_null]] <<requirement_null,null>> |>= 3
|[[requirement_utils]] <<requirement_utils,utils>> |>= 1
|===
Expand All @@ -281,10 +284,10 @@ Description: ID to pass other modules in order to refer to this module as a depe
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_null]] <<provider_null,null>> |n/a
|[[provider_null]] <<provider_null,null>> |>= 3
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 4
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_aws]] <<provider_aws,aws>> |n/a
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 4
|===
= Modules
Expand Down

0 comments on commit f1d4eac

Please sign in to comment.