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 238928a commit 4d2de99
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ The following requirements are needed by this module:

- [[requirement_jwt]] <<requirement_jwt,jwt>> (>= 1.1)

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

- [[requirement_random]] <<requirement_random,random>> (>= 3)

- [[requirement_time]] <<requirement_time,time>> (>= 0.9)
Expand All @@ -203,8 +205,6 @@ The following requirements are needed by this module:

The following providers are used by this module:

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

- [[provider_jwt]] <<provider_jwt,jwt>> (>= 1.1)

- [[provider_time]] <<provider_time,time>> (>= 0.9)
Expand All @@ -215,6 +215,8 @@ The following providers are used by this module:

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

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

=== Resources

The following resources are used by this module:
Expand Down Expand Up @@ -400,6 +402,7 @@ Description: Map of extra accounts and their tokens.
|[[requirement_argocd]] <<requirement_argocd,argocd>> |>= 4.2
|[[requirement_htpasswd]] <<requirement_htpasswd,htpasswd>> |>= 1
|[[requirement_jwt]] <<requirement_jwt,jwt>> |>= 1.1
|[[requirement_null]] <<requirement_null,null>> |>= 3
|[[requirement_random]] <<requirement_random,random>> |>= 3
|[[requirement_time]] <<requirement_time,time>> |>= 0.9
|[[requirement_utils]] <<requirement_utils,utils>> |>= 1.6
Expand All @@ -410,12 +413,12 @@ Description: Map of extra accounts and their tokens.
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_null]] <<provider_null,null>> |n/a
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
|[[provider_time]] <<provider_time,time>> |>= 0.9
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 4.2
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 4.2
|[[provider_null]] <<provider_null,null>> |>= 3
|===
= Resources
Expand Down
14 changes: 10 additions & 4 deletions bootstrap/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,21 @@ The following requirements are needed by this module:

- [[requirement_jwt]] <<requirement_jwt,jwt>> (>= 1.1)

- [[requirement_random]] <<requirement_random,random>> (>= 3)

- [[requirement_time]] <<requirement_time,time>> (>= 0.9)

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

=== Providers

The following providers are used by this module:

- [[provider_random]] <<provider_random,random>>
- [[provider_random]] <<provider_random,random>> (>= 3)

- [[provider_jwt]] <<provider_jwt,jwt>> (>= 1.1)

- [[provider_time]] <<provider_time,time>>
- [[provider_time]] <<provider_time,time>> (>= 0.9)

- [[provider_helm]] <<provider_helm,helm>> (>= 2)

Expand Down Expand Up @@ -149,6 +153,8 @@ Description: The Argo CD accounts pipeline tokens.
|[[requirement_helm]] <<requirement_helm,helm>> |>= 2
|[[requirement_htpasswd]] <<requirement_htpasswd,htpasswd>> |>= 1
|[[requirement_jwt]] <<requirement_jwt,jwt>> |>= 1.1
|[[requirement_random]] <<requirement_random,random>> |>= 3
|[[requirement_time]] <<requirement_time,time>> |>= 0.9
|[[requirement_utils]] <<requirement_utils,utils>> |>= 1.6
|===
Expand All @@ -157,9 +163,9 @@ Description: The Argo CD accounts pipeline tokens.
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_random]] <<provider_random,random>> |n/a
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
|[[provider_time]] <<provider_time,time>> |n/a
|[[provider_time]] <<provider_time,time>> |>= 0.9
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_helm]] <<provider_helm,helm>> |>= 2
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
|[[provider_null]] <<provider_null,null>> |n/a
Expand Down

0 comments on commit 4d2de99

Please sign in to comment.