Simple MongoDB instance
Terraform scripts to create a simple MongoDB instance using the module mongodb.
To create a simple MongoDB instance on your local machine:
terraform init
terraform plan
terraform apply
To delete all resource:
terraform destroy
Requirements
Name |
Version |
|---|---|
>= 1.0 |
|
>= 2.10.1, < 3.0.0 |
|
>= 2.21.1 |
Providers
No providers.
Modules
Name |
Source |
Version |
|---|---|---|
../../ |
n/a |
Resources
No resources.
Inputs
Name |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
The kubernetes configuration file path you want to specify |
|
|
no |
|
Namespace of ArmoniK resources |
|
|
no |
Outputs
Name |
Description |
|---|---|
Endpoints of MongoDB |
|
Hostname or IP address of MongoDB server |
|
Number of replicas of MongoDB |
|
Port of MongoDB server |
|
URL of MongoDB server |
|
User credentials of MongoDB |