|
1 | 1 | output "resource_group_name" { |
2 | 2 | description = "The name of the resource group in which resources are created" |
3 | | - value = module.mariadb.resource_group_name |
| 3 | + value = module.mariadb-server.resource_group_name |
4 | 4 | } |
5 | 5 |
|
6 | 6 | output "resource_group_location" { |
7 | 7 | description = "The location of the resource group in which resources are created" |
8 | | - value = module.mariadb.resource_group_location |
| 8 | + value = module.mariadb-server.resource_group_location |
9 | 9 | } |
10 | 10 |
|
11 | 11 | output "storage_account_id" { |
12 | 12 | description = "The ID of the storage account" |
13 | | - value = module.mariadb.storage_account_id |
| 13 | + value = module.mariadb-server.storage_account_id |
14 | 14 | } |
15 | 15 |
|
16 | 16 | output "storage_account_name" { |
17 | 17 | description = "The name of the storage account" |
18 | | - value = module.mariadb.storage_account_name |
| 18 | + value = module.mariadb-server.storage_account_name |
19 | 19 | } |
20 | 20 |
|
21 | 21 | output "mariadb_server_id" { |
22 | 22 | description = "The resource ID of the MariaDB Server" |
23 | | - value = module.mariadb.mariadb_server_id |
| 23 | + value = module.mariadb-server.mariadb_server_id |
24 | 24 | } |
25 | 25 |
|
26 | 26 | output "mariadb_server_fqdn" { |
27 | 27 | description = "The FQDN of the MariaDB Server" |
28 | | - value = module.mariadb.mariadb_server_fqdn |
| 28 | + value = module.mariadb-server.mariadb_server_fqdn |
29 | 29 | } |
30 | 30 |
|
31 | 31 | output "mariadb_database_id" { |
32 | 32 | description = "The resource ID of the MariaDB Database" |
33 | | - value = module.mariadb.mariadb_database_id |
| 33 | + value = module.mariadb-server.mariadb_database_id |
34 | 34 | } |
35 | 35 |
|
36 | 36 | output "mariadb_server_private_endpoint" { |
37 | 37 | description = "id of the MariaDB server Private Endpoint" |
38 | | - value = module.mariadb.mariadb_server_private_endpoint |
| 38 | + value = module.mariadb-server.mariadb_server_private_endpoint |
39 | 39 | } |
40 | 40 |
|
41 | 41 | output "mariadb_server_private_dns_zone_domain" { |
42 | 42 | description = "DNS zone name of MariaDB server Private endpoints dns name records" |
43 | | - value = module.mariadb.mariadb_server_private_dns_zone_domain |
| 43 | + value = module.mariadb-server.mariadb_server_private_dns_zone_domain |
44 | 44 | } |
45 | 45 |
|
46 | 46 | output "mariadb_server_private_endpoint_ip" { |
47 | 47 | description = "MariaDB server private endpoint IPv4 Addresses " |
48 | | - value = module.mariadb.mariadb_server_private_endpoint_ip |
| 48 | + value = module.mariadb-server.mariadb_server_private_endpoint_ip |
49 | 49 | } |
50 | 50 |
|
51 | 51 | output "mariadb_server_private_endpoint_fqdn" { |
52 | 52 | description = "MariaDB server private endpoint FQDN Addresses " |
53 | | - value = module.mariadb.mariadb_server_private_endpoint_fqdn |
| 53 | + value = module.mariadb-server.mariadb_server_private_endpoint_fqdn |
54 | 54 | } |
0 commit comments