File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ output "adminuser" {
1717}
1818
1919output "hostname" {
20- description = " Database hostname"
20+ description = " Database connection hostname"
2121 value = module. mysql_db . hostname
2222}
2323
2424output "port" {
25- description = " Database port"
25+ description = " Database connection port"
2626 value = module. mysql_db . port
2727}
2828
2929output "certificate_base64" {
30- description = " Database port "
30+ description = " Database connection certificate "
3131 value = module. mysql_db . certificate_base64
3232 sensitive = true
3333}
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ No resources.
5959| <a name =" output_certificate_base64 " ></a > [ certificate\_ base64] ( #output\_ certificate\_ base64 ) | Database connection certificate |
6060| <a name =" output_crn " ></a > [ crn] ( #output\_ crn ) | MySQL instance crn |
6161| <a name =" output_guid " ></a > [ guid] ( #output\_ guid ) | MySQL instance guid |
62- | <a name =" output_hostname " ></a > [ hostname] ( #output\_ hostname ) | MySQL instance hostname |
62+ | <a name =" output_hostname " ></a > [ hostname] ( #output\_ hostname ) | Database connection hostname |
6363| <a name =" output_id " ></a > [ id] ( #output\_ id ) | MySQL instance id |
64- | <a name =" output_port " ></a > [ port] ( #output\_ port ) | MySQL instance port |
64+ | <a name =" output_port " ></a > [ port] ( #output\_ port ) | Database connection port |
6565| <a name =" output_version " ></a > [ version] ( #output\_ version ) | MySQL instance version |
6666<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ output "adminuser" {
2828}
2929
3030output "hostname" {
31- description = " MySQL instance hostname"
31+ description = " Database connection hostname"
3232 value = module. mysql_db . hostname
3333}
3434
3535output "port" {
36- description = " MySQL instance port"
36+ description = " Database connection port"
3737 value = module. mysql_db . port
3838}
3939
You can’t perform that action at this time.
0 commit comments