Skip to content

Commit 27cb01e

Browse files
committed
Automation Toolkit Release v2025.1.0
1 parent d1aca35 commit 27cb01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cd3_automation_toolkit/Database/templates/mysql-configuration-template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ mysql_configuration = {
2020
compartment_id = "{{ compartment_tf_name }}"
2121
mysql_configuration_shape_name = "{{ shape_name }}"
2222
mysql_configuration_display_name = "{{ display_name }}"
23-
{%- if description and description != "nan" and description != "" %}
23+
{% if description and description != "nan" and description != "" %}
2424
mysql_configuration_description = "{{ description }}"
25-
{%- endif %}
25+
{% endif %}
2626
{%- for key in config_keys() %}
2727
{%- if key.startswith('mysql_configuration_variables_') %}
2828
{%- set value = config_value(key) %}

0 commit comments

Comments
 (0)