@@ -208,6 +208,7 @@ properties:
208208 Password for the Oracle connection.
209209 sensitive : true
210210 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_oracle_profile_password.go.tmpl'
211+ tgc_ignore_terraform_custom_flatten : true
211212 - name : ' secretManagerStoredPassword'
212213 type : String
213214 description : |
@@ -280,6 +281,7 @@ properties:
280281 Password for the MySQL connection.
281282 sensitive : true
282283 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_mysql_profile_password.go.tmpl'
284+ tgc_ignore_terraform_custom_flatten : true
283285 is_missing_in_cai : true
284286 - name : ' secretManagerStoredPassword'
285287 type : String
@@ -299,6 +301,7 @@ properties:
299301 immutable : true
300302 sensitive : true
301303 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_mysql_profile_ssl_config_client_key.go.tmpl'
304+ tgc_ignore_terraform_custom_flatten : true
302305 - name : ' clientKeySet'
303306 type : Boolean
304307 description : |
@@ -314,6 +317,7 @@ properties:
314317 immutable : true
315318 sensitive : true
316319 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_mysql_profile_ssl_config_client_certificate.go.tmpl'
320+ tgc_ignore_terraform_custom_flatten : true
317321 - name : ' clientCertificateSet'
318322 type : Boolean
319323 description : |
@@ -327,6 +331,7 @@ properties:
327331 immutable : true
328332 sensitive : true
329333 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_mysql_profile_ssl_config_ca_certificate.go.tmpl'
334+ tgc_ignore_terraform_custom_flatten : true
330335 - name : ' caCertificateSet'
331336 type : Boolean
332337 description : |
@@ -387,6 +392,7 @@ properties:
387392 sensitive : true
388393 is_missing_in_cai : true
389394 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_postgresql_profile_password.go.tmpl'
395+ tgc_ignore_terraform_custom_flatten : true
390396 - name : ' secretManagerStoredPassword'
391397 type : String
392398 description : |
@@ -590,6 +596,7 @@ properties:
590596 Password for the SQL Server connection.
591597 sensitive : true
592598 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_sql_server_profile_password.go.tmpl'
599+ tgc_ignore_terraform_custom_flatten : true
593600 - name : ' secretManagerStoredPassword'
594601 type : String
595602 description : |
@@ -774,6 +781,7 @@ properties:
774781 conflicts :
775782 - forward_ssh_connectivity.0.private_key
776783 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_forward_ssh_connectivity_password.go.tmpl'
784+ tgc_ignore_terraform_custom_flatten : true
777785 is_missing_in_cai : true
778786 - name : ' privateKey'
779787 type : String
@@ -783,6 +791,7 @@ properties:
783791 conflicts :
784792 - forward_ssh_connectivity.0.password
785793 custom_flatten : ' templates/terraform/custom_flatten/datastream_connection_profile_forward_ssh_connectivity_private_key.go.tmpl'
794+ tgc_ignore_terraform_custom_flatten : true
786795 is_missing_in_cai : true
787796 - name : ' privateConnectivity'
788797 type : NestedObject
0 commit comments