We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1aca35 commit 27cb01eCopy full SHA for 27cb01e
cd3_automation_toolkit/Database/templates/mysql-configuration-template
@@ -20,9 +20,9 @@ mysql_configuration = {
20
compartment_id = "{{ compartment_tf_name }}"
21
mysql_configuration_shape_name = "{{ shape_name }}"
22
mysql_configuration_display_name = "{{ display_name }}"
23
-{%- if description and description != "nan" and description != "" %}
+{% if description and description != "nan" and description != "" %}
24
mysql_configuration_description = "{{ description }}"
25
-{%- endif %}
+{% endif %}
26
{%- for key in config_keys() %}
27
{%- if key.startswith('mysql_configuration_variables_') %}
28
{%- set value = config_value(key) %}
0 commit comments