Version: Next
Azure DATABASE-MARIADB
#
DescriptionTerraform configuration for Azure Database Mariadb
#
Samples#
Specification#
PropertiesName | Description | Type | Required | Default |
---|---|---|---|---|
db_name | Database instance name | string | false | |
location | Azure location | string | false | |
password | Database instance password | string | false | |
resource_group | Resource group | string | false | |
server_name | mariadb server name | string | false | |
username | Database instance username | string | false | |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | writeConnectionSecretToRef | false |
#
writeConnectionSecretToRefName | Description | Type | Required | Default |
---|---|---|---|---|
name | The secret name which the cloud resource connection will be written to | string | true | |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
#
OutputsIf writeConnectionSecretToRef
is set, a secret will be generated with these keys as below:
Name | Description |
---|---|
DB_HOST | Database instance host |
DB_NAME | Database instance name |
DB_PASSWORD | Database instance password |
DB_PORT | Database instance port |
DB_USER | Database instance username |
SERVER_NAME | mariadb server name |