Skip to content

Commit 57399e3

Browse files
authored
chore: update documentation (#166)
1 parent 15f1302 commit 57399e3

File tree

113 files changed

+7156
-3134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+7156
-3134
lines changed

docs/resources/azure.mdx

Lines changed: 7031 additions & 3107 deletions
Large diffs are not rendered by default.

docs/resources/base-kinds.mdx

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ skinparam stereotypeCBackgroundColor #e98df7
461461
skinparam stereotypeIBackgroundColor #e98df7
462462
class aws_route53_resource_record_set {
463463
}
464+
class azure_dns_record_set {
465+
}
464466
class dns_record_set {
465467
**record_ttl**: int64
466468
**record_type**: string
@@ -479,6 +481,7 @@ class resource {
479481
**tags**: dictionary[string, string]
480482
}
481483
dns_record_set <|--- aws_route53_resource_record_set
484+
dns_record_set <|--- azure_dns_record_set
482485
resource <|--- dns_record_set
483486
@enduml
484487
```
@@ -514,6 +517,8 @@ skinparam stereotypeCBackgroundColor #e98df7
514517
skinparam stereotypeIBackgroundColor #e98df7
515518
class aws_route53_zone {
516519
}
520+
class azure_dns_zone {
521+
}
517522
class dns_zone {
518523
}
519524
class resource {
@@ -529,6 +534,7 @@ class resource {
529534
**tags**: dictionary[string, string]
530535
}
531536
dns_zone <|--- aws_route53_zone
537+
dns_zone <|--- azure_dns_zone
532538
resource <|--- dns_zone
533539
@enduml
534540
```
@@ -676,9 +682,13 @@ class azure_application_gateway {
676682
}
677683
class azure_express_route_gateway {
678684
}
685+
class azure_local_network_gateway {
686+
}
679687
class azure_p2_s_vpn_gateway {
680688
}
681-
class azure_vpn_gateway {
689+
class azure_virtual_network_gateway {
690+
}
691+
class azure_virtual_wan_vpn_gateway {
682692
}
683693
class gateway {
684694
}
@@ -702,8 +712,10 @@ gateway <|--- aws_ec2_internet_gateway
702712
gateway <|--- aws_ec2_nat_gateway
703713
gateway <|--- azure_application_gateway
704714
gateway <|--- azure_express_route_gateway
715+
gateway <|--- azure_local_network_gateway
705716
gateway <|--- azure_p2_s_vpn_gateway
706-
gateway <|--- azure_vpn_gateway
717+
gateway <|--- azure_virtual_network_gateway
718+
gateway <|--- azure_virtual_wan_vpn_gateway
707719
resource <|--- gateway
708720
gateway <|--- gcp_external_vpn_gateway
709721
gateway <|--- gcp_vpn_gateway
@@ -745,6 +757,8 @@ class azure_resource_group {
745757
}
746758
class group {
747759
}
760+
class microsoft_graph_group {
761+
}
748762
class resource {
749763
**age**: duration
750764
**atime**: datetime
@@ -760,6 +774,7 @@ class resource {
760774
group <|--- aws_iam_group
761775
group <|--- azure_resource_group
762776
resource <|--- group
777+
group <|--- microsoft_graph_group
763778
@enduml
764779
```
765780

@@ -792,6 +807,8 @@ skinparam RoundCorner 5
792807
skinparam Shadowing false
793808
skinparam stereotypeCBackgroundColor #e98df7
794809
skinparam stereotypeIBackgroundColor #e98df7
810+
class azure_load_balancer_probe {
811+
}
795812
class gcp_health_check {
796813
}
797814
class health_check {
@@ -813,6 +830,7 @@ class resource {
813830
**name**: string
814831
**tags**: dictionary[string, string]
815832
}
833+
health_check <|--- azure_load_balancer_probe
816834
health_check <|--- gcp_health_check
817835
resource <|--- health_check
818836
@enduml
@@ -1763,6 +1781,8 @@ skinparam stereotypeCBackgroundColor #e98df7
17631781
skinparam stereotypeIBackgroundColor #e98df7
17641782
class aws_iam_role {
17651783
}
1784+
class azure_role_definition {
1785+
}
17661786
class microsoft_graph_role {
17671787
}
17681788
class resource {
@@ -1780,6 +1800,7 @@ class resource {
17801800
class role {
17811801
}
17821802
role <|--- aws_iam_role
1803+
role <|--- azure_role_definition
17831804
role <|--- microsoft_graph_role
17841805
resource <|--- role
17851806
@enduml
@@ -1816,6 +1837,8 @@ skinparam stereotypeCBackgroundColor #e98df7
18161837
skinparam stereotypeIBackgroundColor #e98df7
18171838
class aws_ec2_route_table {
18181839
}
1840+
class azure_route_table {
1841+
}
18191842
class resource {
18201843
**age**: duration
18211844
**atime**: datetime
@@ -1831,6 +1854,7 @@ class resource {
18311854
class routing_table {
18321855
}
18331856
routing_table <|--- aws_ec2_route_table
1857+
routing_table <|--- azure_route_table
18341858
resource <|--- routing_table
18351859
@enduml
18361860
```
@@ -2148,6 +2172,10 @@ skinparam RoundCorner 5
21482172
skinparam Shadowing false
21492173
skinparam stereotypeCBackgroundColor #e98df7
21502174
skinparam stereotypeIBackgroundColor #e98df7
2175+
class azure_virtual_network_gateway_connection {
2176+
}
2177+
class azure_virtual_wan_vpn_connection {
2178+
}
21512179
class gcp_vpn_tunnel {
21522180
}
21532181
class resource {
@@ -2164,6 +2192,8 @@ class resource {
21642192
}
21652193
class tunnel {
21662194
}
2195+
tunnel <|--- azure_virtual_network_gateway_connection
2196+
tunnel <|--- azure_virtual_wan_vpn_connection
21672197
tunnel <|--- gcp_vpn_tunnel
21682198
resource <|--- tunnel
21692199
@enduml
@@ -2281,6 +2311,8 @@ class aws_iam_user {
22812311
}
22822312
class aws_root_user {
22832313
}
2314+
class microsoft_graph_user {
2315+
}
22842316
class resource {
22852317
**age**: duration
22862318
**atime**: datetime
@@ -2298,6 +2330,7 @@ class user {
22982330
user <|--- aws_cognito_user
22992331
user <|--- aws_iam_user
23002332
user <|--- aws_root_user
2333+
user <|--- microsoft_graph_user
23012334
resource <|--- user
23022335
@enduml
23032336
```
Lines changed: 1 addition & 0 deletions
Loading

static/img/kroki/054168d9d4c0a5403c3f63395424886d.svg

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

0 commit comments

Comments
 (0)