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
lconsuegra authored and github-actions[bot] committed Nov 9, 2023
1 parent 018083b commit a2b2b6f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ The following outputs are exported:
==== [[output_id]] <<output_id,id>>

Description: ID to pass other modules in order to refer to this module as a dependency.

==== [[output_issuers]] <<output_issuers,issuers>>

Description: List of issuers created by cert-manager
// END_TF_DOCS

=== Reference in table format
Expand All @@ -212,9 +216,9 @@ 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>> |>= 3
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_null]] <<provider_null,null>> |>= 3
|===
= Resources
Expand Down Expand Up @@ -346,6 +350,7 @@ object({
|===
|Name |Description
|[[output_id]] <<output_id,id>> |ID to pass other modules in order to refer to this module as a dependency.
|[[output_issuers]] <<output_issuers,issuers>> |List of issuers created by cert-manager
|===
// END_TF_TABLES
====
5 changes: 5 additions & 0 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ The following outputs are exported:
==== [[output_id]] <<output_id,id>>

Description: ID to pass other modules in order to refer to this module as a dependency.

==== [[output_issuers]] <<output_issuers,issuers>>

Description: List of issuers created by cert-manager
// END_TF_DOCS
// BEGIN_TF_TABLES
= Requirements
Expand Down Expand Up @@ -397,5 +401,6 @@ object({
|===
|Name |Description
|[[output_id]] <<output_id,id>> |ID to pass other modules in order to refer to this module as a dependency.
|[[output_issuers]] <<output_issuers,issuers>> |List of issuers created by cert-manager
|===
// END_TF_TABLES
5 changes: 5 additions & 0 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ The following outputs are exported:
==== [[output_id]] <<output_id,id>>

Description: ID to pass other modules in order to refer to this module as a dependency.

==== [[output_issuers]] <<output_issuers,issuers>>

Description: List of issuers created by cert-manager
// END_TF_DOCS
// BEGIN_TF_TABLES
= Requirements
Expand Down Expand Up @@ -390,5 +394,6 @@ object({
|===
|Name |Description
|[[output_id]] <<output_id,id>> |ID to pass other modules in order to refer to this module as a dependency.
|[[output_issuers]] <<output_issuers,issuers>> |List of issuers created by cert-manager
|===
// END_TF_TABLES
5 changes: 5 additions & 0 deletions scaleway/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ The following outputs are exported:
==== [[output_id]] <<output_id,id>>

Description: ID to pass other modules in order to refer to this module as a dependency.

==== [[output_issuers]] <<output_issuers,issuers>>

Description: List of issuers created by cert-manager
// END_TF_DOCS
// BEGIN_TF_TABLES
= Requirements
Expand Down Expand Up @@ -295,5 +299,6 @@ object({
|===
|Name |Description
|[[output_id]] <<output_id,id>> |ID to pass other modules in order to refer to this module as a dependency.
|[[output_issuers]] <<output_issuers,issuers>> |List of issuers created by cert-manager
|===
// END_TF_TABLES
5 changes: 5 additions & 0 deletions self-signed/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ The following outputs are exported:
==== [[output_id]] <<output_id,id>>

Description: ID to pass other modules in order to refer to this module as a dependency.

==== [[output_issuers]] <<output_issuers,issuers>>

Description: List of issuers created by cert-manager
// END_TF_DOCS
// BEGIN_TF_TABLES
= Requirements
Expand Down Expand Up @@ -325,5 +329,6 @@ object({
|===
|Name |Description
|[[output_id]] <<output_id,id>> |ID to pass other modules in order to refer to this module as a dependency.
|[[output_issuers]] <<output_issuers,issuers>> |List of issuers created by cert-manager
|===
// END_TF_TABLES
5 changes: 5 additions & 0 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ The following outputs are exported:
==== [[output_id]] <<output_id,id>>

Description: ID to pass other modules in order to refer to this module as a dependency.

==== [[output_issuers]] <<output_issuers,issuers>>

Description: List of issuers created by cert-manager
// END_TF_DOCS
// BEGIN_TF_TABLES
= Requirements
Expand Down Expand Up @@ -295,5 +299,6 @@ object({
|===
|Name |Description
|[[output_id]] <<output_id,id>> |ID to pass other modules in order to refer to this module as a dependency.
|[[output_issuers]] <<output_issuers,issuers>> |List of issuers created by cert-manager
|===
// END_TF_TABLES

0 comments on commit a2b2b6f

Please sign in to comment.