20 lines
733 B
Python
20 lines
733 B
Python
# terrascript/provider/mongodb/mongodbatlas.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:48 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class mongodbatlas(terrascript.Provider):
|
|
"""Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas configurations as code through HashiCorp Terraform"""
|
|
|
|
__description__ = "Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas configurations as code through HashiCorp Terraform"
|
|
__namespace__ = "mongodb"
|
|
__name__ = "mongodbatlas"
|
|
__source__ = "https://github.com/mongodb/terraform-provider-mongodbatlas"
|
|
__version__ = "1.0.1"
|
|
__published__ = "2021-09-02T17:56:30Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["mongodbatlas"]
|