Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 618 Bytes

README.rst

File metadata and controls

36 lines (25 loc) · 618 Bytes

mongodb_iam_user

Compose-X Module to manage MongoDb::Atlas::AwsIamDatabaseUser

Use with ECS Compose-X

Install

python3 -m venv venv
source venv/bin/activate
pip install .

Use

services:
  frontend:
    image: nginx

x-mongodb_iam_user:
  Properties: {}
  Lookup: {}
  Settings: {}
  Services: {}