@@ -334,6 +334,8 @@ class aws_rds_instance {
334
334
}
335
335
class azure_mysql_server {
336
336
}
337
+ class azure_postgresql_server {
338
+ }
337
339
class azure_sql_server_database {
338
340
}
339
341
class azure_sql_server_managed_instance_database {
@@ -366,6 +368,7 @@ class resource {
366
368
database <|--- aws_rds_cluster
367
369
database <|--- aws_rds_instance
368
370
database <|--- azure_mysql_server
371
+ database <|--- azure_postgresql_server
369
372
database <|--- azure_sql_server_database
370
373
database <|--- azure_sql_server_managed_instance_database
371
374
resource <|--- database
@@ -994,6 +997,8 @@ class aws_ec2_instance_type {
994
997
}
995
998
class azure_mysql_server_type {
996
999
}
1000
+ class azure_postgresql_server_type {
1001
+ }
997
1002
class azure_virtual_machine_size {
998
1003
}
999
1004
class database_instance_type {
@@ -1027,6 +1032,7 @@ class type {
1027
1032
}
1028
1033
instance_type <|--- aws_ec2_instance_type
1029
1034
database_instance_type <|--- azure_mysql_server_type
1035
+ database_instance_type <|--- azure_postgresql_server_type
1030
1036
instance_type <|--- azure_virtual_machine_size
1031
1037
instance_type <|--- database_instance_type
1032
1038
instance_type <|--- gcp_machine_type
@@ -2251,6 +2257,8 @@ class azure_disk_type {
2251
2257
}
2252
2258
class azure_mysql_server_type {
2253
2259
}
2260
+ class azure_postgresql_server_type {
2261
+ }
2254
2262
class azure_virtual_machine_size {
2255
2263
}
2256
2264
class database_instance_type {
@@ -2285,6 +2293,7 @@ instance_type <|--- aws_ec2_instance_type
2285
2293
volume_type <|--- aws_ec2_volume_type
2286
2294
volume_type <|--- azure_disk_type
2287
2295
database_instance_type <|--- azure_mysql_server_type
2296
+ database_instance_type <|--- azure_postgresql_server_type
2288
2297
instance_type <|--- azure_virtual_machine_size
2289
2298
instance_type <|--- database_instance_type
2290
2299
volume_type <|--- gcp_disk_type
0 commit comments