Skip to content

Commit f2bb245

Browse files
authored
chore: update documentation (#179)
1 parent 20313fa commit f2bb245

File tree

57 files changed

+2113
-585
lines changed

Some content is hidden

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

57 files changed

+2113
-585
lines changed

docs/resources/azure.mdx

Lines changed: 1506 additions & 24 deletions
Large diffs are not rendered by default.

docs/resources/base-kinds.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ class aws_rds_cluster {
332332
}
333333
class aws_rds_instance {
334334
}
335+
class azure_mysql_server {
336+
}
337+
class azure_sql_server_database {
338+
}
339+
class azure_sql_server_managed_instance_database {
340+
}
335341
class database {
336342
**db_endpoint**: string
337343
**db_publicly_accessible**: boolean
@@ -359,6 +365,9 @@ class resource {
359365
}
360366
database <|--- aws_rds_cluster
361367
database <|--- aws_rds_instance
368+
database <|--- azure_mysql_server
369+
database <|--- azure_sql_server_database
370+
database <|--- azure_sql_server_managed_instance_database
362371
resource <|--- database
363372
database <|--- gcp_sql_database_instance
364373
@enduml
@@ -983,8 +992,12 @@ skinparam stereotypeCBackgroundColor #e98df7
983992
skinparam stereotypeIBackgroundColor #e98df7
984993
class aws_ec2_instance_type {
985994
}
995+
class azure_mysql_server_type {
996+
}
986997
class azure_virtual_machine_size {
987998
}
999+
class database_instance_type {
1000+
}
9881001
class gcp_machine_type {
9891002
}
9901003
class instance_type {
@@ -1013,7 +1026,9 @@ class resource {
10131026
class type {
10141027
}
10151028
instance_type <|--- aws_ec2_instance_type
1029+
database_instance_type <|--- azure_mysql_server_type
10161030
instance_type <|--- azure_virtual_machine_size
1031+
instance_type <|--- database_instance_type
10171032
instance_type <|--- gcp_machine_type
10181033
type <|--- instance_type
10191034
resource <|--- phantom_resource
@@ -2234,8 +2249,12 @@ class aws_ec2_volume_type {
22342249
}
22352250
class azure_disk_type {
22362251
}
2252+
class azure_mysql_server_type {
2253+
}
22372254
class azure_virtual_machine_size {
22382255
}
2256+
class database_instance_type {
2257+
}
22392258
class gcp_disk_type {
22402259
}
22412260
class gcp_machine_type {
@@ -2265,7 +2284,9 @@ class volume_type {
22652284
instance_type <|--- aws_ec2_instance_type
22662285
volume_type <|--- aws_ec2_volume_type
22672286
volume_type <|--- azure_disk_type
2287+
database_instance_type <|--- azure_mysql_server_type
22682288
instance_type <|--- azure_virtual_machine_size
2289+
instance_type <|--- database_instance_type
22692290
volume_type <|--- gcp_disk_type
22702291
instance_type <|--- gcp_machine_type
22712292
type <|--- instance_type

docs/resources/gcp.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,12 +2063,12 @@ class gcp_disk {
20632063
**licenses**: string[]
20642064
**location_hint**: string
20652065
**options**: string
2066-
**physical_block_size_bytes**: string
2066+
**physical_block_size_bytes**: int64
20672067
**provisioned_iops**: int64
20682068
**replica_zones**: string[]
20692069
**resource_policies**: string[]
20702070
**satisfies_pzs**: boolean
2071-
**size_gb**: string
2071+
**size_gb**: int64
20722072
**source_disk**: string
20732073
**source_disk_id**: string
20742074
**source_image**: string
@@ -8674,9 +8674,9 @@ class gcp_snapshot {
86748674
**snapshot_architecture**: string
86758675
**snapshot_auto_created**: boolean
86768676
**snapshot_chain_name**: string
8677-
**snapshot_creation_size_bytes**: string
8677+
**snapshot_creation_size_bytes**: int64
86788678
**snapshot_disk_size_gb**: int64
8679-
**snapshot_download_bytes**: string
8679+
**snapshot_download_bytes**: int64
86808680
**snapshot_license_codes**: string[]
86818681
**snapshot_licenses**: string[]
86828682
**snapshot_location_hint**: string
@@ -8688,7 +8688,7 @@ class gcp_snapshot {
86888688
**snapshot_source_disk_id**: string
86898689
**snapshot_source_snapshot_schedule_policy**: string
86908690
**snapshot_source_snapshot_schedule_policy_id**: string
8691-
**snapshot_storage_bytes**: string
8691+
**snapshot_storage_bytes**: int64
86928692
**snapshot_storage_bytes_status**: string
86938693
**snapshot_storage_locations**: string[]
86948694
}
@@ -9073,7 +9073,7 @@ class gcp_sql_database_instance {
90739073
**backend_type**: string
90749074
**connection_name**: string
90759075
**create_time**: datetime
9076-
**current_disk_size**: string
9076+
**current_disk_size**: int64
90779077
**database_installed_version**: string
90789078
**database_version**: string
90799079
**disk_encryption_configuration**: string
@@ -9085,7 +9085,7 @@ class gcp_sql_database_instance {
90859085
**ipv6_address**: string
90869086
**maintenance_version**: string
90879087
**master_instance_name**: string
9088-
**max_disk_size**: string
9088+
**max_disk_size**: int64
90899089
**on_premises_configuration**: gcp_sql_on_premises_configuration
90909090
**out_of_disk_report**: gcp_sql_sql_out_of_disk_report
90919091
**project**: string

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lodash": "4.17.21",
4242
"netlify-plugin-cache": "1.0.3",
4343
"node-fetch": "3.3.2",
44-
"posthog-js": "1.144.0",
44+
"posthog-js": "1.150.1",
4545
"prism-react-renderer": "2.3.1",
4646
"react": "18.3.1",
4747
"react-dom": "18.3.1",
@@ -57,24 +57,24 @@
5757
"@docusaurus/tsconfig": "3.4.0",
5858
"@docusaurus/types": "3.4.0",
5959
"@types/js-cookie": "3.0.6",
60-
"@typescript-eslint/eslint-plugin": "7.15.0",
61-
"@typescript-eslint/parser": "7.15.0",
60+
"@typescript-eslint/eslint-plugin": "7.17.0",
61+
"@typescript-eslint/parser": "7.17.0",
6262
"commitizen": "4.3.0",
6363
"eslint": "8.57.0",
6464
"eslint-config-prettier": "9.1.0",
6565
"eslint-plugin-formatjs": "4.13.3",
6666
"eslint-plugin-jsx-a11y": "6.9.0",
67-
"eslint-plugin-prettier": "5.1.3",
68-
"eslint-plugin-react": "7.34.3",
67+
"eslint-plugin-prettier": "5.2.1",
68+
"eslint-plugin-react": "7.35.0",
6969
"eslint-plugin-react-hooks": "4.6.2",
7070
"eslint-plugin-regexp": "2.6.0",
71-
"husky": "9.0.11",
71+
"husky": "9.1.4",
7272
"lint-staged": "15.2.7",
73-
"postcss": "8.4.39",
74-
"prettier": "3.3.2",
73+
"postcss": "8.4.40",
74+
"prettier": "3.3.3",
7575
"prettier-plugin-css-order": "2.1.2",
7676
"svgo": "3.3.2",
77-
"typescript": "5.4.5"
77+
"typescript": "5.5.4"
7878
},
7979
"browserslist": {
8080
"production": [
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

static/img/kroki/1f40841b790e0464a852b17f36f19ef8.svg

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

0 commit comments

Comments
 (0)