Skip to content

Commit 7c718d0

Browse files
authored
chore: update documentation (#185)
1 parent f2bb245 commit 7c718d0

34 files changed

+1136
-321
lines changed

docs/resources/azure.mdx

Lines changed: 1104 additions & 310 deletions
Large diffs are not rendered by default.

docs/resources/base-kinds.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ class aws_rds_instance {
334334
}
335335
class azure_mysql_server {
336336
}
337+
class azure_postgresql_server {
338+
}
337339
class azure_sql_server_database {
338340
}
339341
class azure_sql_server_managed_instance_database {
@@ -366,6 +368,7 @@ class resource {
366368
database <|--- aws_rds_cluster
367369
database <|--- aws_rds_instance
368370
database <|--- azure_mysql_server
371+
database <|--- azure_postgresql_server
369372
database <|--- azure_sql_server_database
370373
database <|--- azure_sql_server_managed_instance_database
371374
resource <|--- database
@@ -994,6 +997,8 @@ class aws_ec2_instance_type {
994997
}
995998
class azure_mysql_server_type {
996999
}
1000+
class azure_postgresql_server_type {
1001+
}
9971002
class azure_virtual_machine_size {
9981003
}
9991004
class database_instance_type {
@@ -1027,6 +1032,7 @@ class type {
10271032
}
10281033
instance_type <|--- aws_ec2_instance_type
10291034
database_instance_type <|--- azure_mysql_server_type
1035+
database_instance_type <|--- azure_postgresql_server_type
10301036
instance_type <|--- azure_virtual_machine_size
10311037
instance_type <|--- database_instance_type
10321038
instance_type <|--- gcp_machine_type
@@ -2251,6 +2257,8 @@ class azure_disk_type {
22512257
}
22522258
class azure_mysql_server_type {
22532259
}
2260+
class azure_postgresql_server_type {
2261+
}
22542262
class azure_virtual_machine_size {
22552263
}
22562264
class database_instance_type {
@@ -2285,6 +2293,7 @@ instance_type <|--- aws_ec2_instance_type
22852293
volume_type <|--- aws_ec2_volume_type
22862294
volume_type <|--- azure_disk_type
22872295
database_instance_type <|--- azure_mysql_server_type
2296+
database_instance_type <|--- azure_postgresql_server_type
22882297
instance_type <|--- azure_virtual_machine_size
22892298
instance_type <|--- database_instance_type
22902299
volume_type <|--- gcp_disk_type

static/img/kroki/0361b5c7fe341495445ff41c427366ba.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/img/kroki/04f97f18e947086528f26dda67b771d2.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)