python-terrascript/terrascript/provider/gavinbunney/bitbucketserver.py

20 lines
612 B
Python

# terrascript/provider/gavinbunney/bitbucketserver.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:29 UTC)
import terrascript
class bitbucketserver(terrascript.Provider):
"""Terraform provider for Bitbucket Server Management"""
__description__ = "Terraform provider for Bitbucket Server Management"
__namespace__ = "gavinbunney"
__name__ = "bitbucketserver"
__source__ = "https://github.com/gavinbunney/terraform-provider-bitbucketserver"
__version__ = "1.5.0"
__published__ = "2021-07-15T00:55:09Z"
__tier__ = "community"
__all__ = ["bitbucketserver"]