20 lines
513 B
Python
20 lines
513 B
Python
# terrascript/provider/bgpat/travis.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:15 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class travis(terrascript.Provider):
|
|
"""Terraform Provider for Travis CI"""
|
|
|
|
__description__ = "Terraform Provider for Travis CI"
|
|
__namespace__ = "bgpat"
|
|
__name__ = "travis"
|
|
__source__ = "https://github.com/bgpat/terraform-provider-travis"
|
|
__version__ = "0.1.6"
|
|
__published__ = "2021-02-02T20:15:07Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["travis"]
|