Terraform module¶
The MediaWiki Terraform module provides a convenient way to deploy and manage the MediaWiki charm using Terraform. This module abstracts away the underlying Terraform configuration and allows users to easily integrate the MediaWiki charm with other services and applications in their deployment by using the Terraform Juju provider.
Inputs¶
Name |
Description |
Type |
Default |
|---|---|---|---|
|
Name of the application in the Juju model. |
|
|
|
The channel to use when deploying a charm. |
|
|
|
Application config. See charm configurations. |
|
|
|
Juju constraints to apply for this application. |
|
|
|
Reference to an existing model resource or data source for the model to deploy to. |
|
|
|
Revision number of the charm. |
|
|
|
Map of resources used by the application. |
|
|
|
Map of storage used by the application. |
|
|
|
Number of units to deploy. |
|
|
Outputs¶
Name |
Description |
|---|---|
|
An object representing the deployed application. |
|
Map of the provides endpoints. See relation endpoints. |
|
Map of the requires endpoints. See relation endpoints. |