Skip to content

Commit

Permalink
Fix terraform's prerequisites example
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Nov 20, 2024
1 parent d62a2c9 commit d7848f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/_includes/components/entity_example/format/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ provider "konnect" {

{% if include.render_context %}
<div class="bg-secondary shadow-primary rounded-md flex flex-col text-sm">
<details class="py-3 px-5 flex gap-1 border-b border-primary/5">
<summary class="text-primary list-none"><strong>Prerequisite:</strong> Configure your Personal Access Token<span class="inline-flex chevron-icon float-right">{% include_svg '/assets/icons/chevron-down.svg' %}</span></summary>
<div class="mt-2">
<details class="flex flex-col border-b border-primary/5">
<summary class="py-3 px-5 text-primary list-none cursor-pointer"><strong>Prerequisite:</strong> Configure your Personal Access Token<span class="inline-flex chevron-icon float-right">{% include_svg '/assets/icons/chevron-down.svg' %}</span></summary>
<div class="px-5 pb-3">
{{ terraform_prereq_block | markdownify }}
</div>
</details>
Expand Down

0 comments on commit d7848f0

Please sign in to comment.