@@ -71,6 +71,32 @@ examples:
71
71
- ' postgresql.0.ssl.0.ca_certificate'
72
72
- ' postgresql.0.ssl.0.client_certificate'
73
73
- ' postgresql.0.ssl.0.client_key'
74
+ - name : ' database_migration_service_connection_profile_postgres_no_ssl'
75
+ primary_resource_id : ' postgresprofile'
76
+ vars :
77
+ sqldb : ' my-database'
78
+ sqldb_cert : ' my-cert'
79
+ sqldb_user : ' my-username'
80
+ sqldb_pass : ' my-password'
81
+ profile : ' my-profileid'
82
+ ignore_read_extra :
83
+ - ' postgresql.0.password'
84
+ - ' postgresql.0.ssl.0.ca_certificate'
85
+ - ' postgresql.0.ssl.0.client_certificate'
86
+ - ' postgresql.0.ssl.0.client_key'
87
+ - name : ' database_migration_service_connection_profile_postgres_required_ssl'
88
+ primary_resource_id : ' postgresprofile'
89
+ vars :
90
+ sqldb : ' my-database'
91
+ sqldb_cert : ' my-cert'
92
+ sqldb_user : ' my-username'
93
+ sqldb_pass : ' my-password'
94
+ profile : ' my-profileid'
95
+ ignore_read_extra :
96
+ - ' postgresql.0.password'
97
+ - ' postgresql.0.ssl.0.ca_certificate'
98
+ - ' postgresql.0.ssl.0.client_certificate'
99
+ - ' postgresql.0.ssl.0.client_key'
74
100
- name : ' database_migration_service_connection_profile_oracle'
75
101
primary_resource_id : ' oracleprofile'
76
102
vars :
@@ -256,9 +282,8 @@ properties:
256
282
- name : ' caCertificate'
257
283
type : String
258
284
description : |
259
- Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
285
+ Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
260
286
The replica will use this certificate to verify it's connecting to the right host.
261
- required : true
262
287
immutable : true
263
288
sensitive : true
264
289
custom_flatten : ' templates/terraform/custom_flatten/database_migration_service_connection_profile_mysql_ssl_ca_certificate.go.tmpl'
@@ -355,9 +380,8 @@ properties:
355
380
- name : ' caCertificate'
356
381
type : String
357
382
description : |
358
- Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
383
+ Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
359
384
The replica will use this certificate to verify it's connecting to the right host.
360
- required : true
361
385
immutable : true
362
386
sensitive : true
363
387
custom_flatten : ' templates/terraform/custom_flatten/database_migration_service_connection_profile_postgresql_ssl_ca_certificate.go.tmpl'
@@ -458,9 +482,8 @@ properties:
458
482
- name : ' caCertificate'
459
483
type : String
460
484
description : |
461
- Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
485
+ Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate.
462
486
The replica will use this certificate to verify it's connecting to the right host.
463
- required : true
464
487
immutable : true
465
488
sensitive : true
466
489
custom_flatten : ' templates/terraform/custom_flatten/database_migration_service_connection_profile_oracle_ssl_ca_certificate.go.tmpl'
0 commit comments