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 Dec 21, 2023
1 parent c75ca6c commit 1792ce8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -394,13 +394,13 @@ object({
controller = optional(object({
requests = optional(object({
cpu = optional(string, "250m")
memory = optional(string, "256Mi")
}), {})
limits = optional(object({
cpu = optional(string, "500m")
memory = optional(string, "512Mi")
}), {})
limits = optional(object({
cpu = optional(string, "1")
memory = optional(string, "2Gi")
}), {})
}), {})
notifications = optional(object({
Expand All @@ -416,11 +416,11 @@ object({
repo_server = optional(object({
requests = optional(object({
cpu = optional(string, "50m")
cpu = optional(string, "200m")
memory = optional(string, "128Mi")
}), {})
limits = optional(object({
cpu = optional(string, "100m")
cpu = optional(string, "400m")
memory = optional(string, "256Mi")
}), {})
}), {})
Expand Down Expand Up @@ -676,12 +676,12 @@ Description: Map of extra accounts that were created and their tokens.
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_null]] <<provider_null,null>> |>= 3
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
|[[provider_time]] <<provider_time,time>> |>= 0.9
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_null]] <<provider_null,null>> |>= 3
|===
= Resources
Expand Down Expand Up @@ -816,13 +816,13 @@ object({
controller = optional(object({
requests = optional(object({
cpu = optional(string, "250m")
memory = optional(string, "256Mi")
}), {})
limits = optional(object({
cpu = optional(string, "500m")
memory = optional(string, "512Mi")
}), {})
limits = optional(object({
cpu = optional(string, "1")
memory = optional(string, "2Gi")
}), {})
}), {})
notifications = optional(object({
Expand All @@ -838,11 +838,11 @@ object({
repo_server = optional(object({
requests = optional(object({
cpu = optional(string, "50m")
cpu = optional(string, "200m")
memory = optional(string, "128Mi")
}), {})
limits = optional(object({
cpu = optional(string, "100m")
cpu = optional(string, "400m")
memory = optional(string, "256Mi")
}), {})
}), {})
Expand Down

0 comments on commit 1792ce8

Please sign in to comment.