20 lines
531 B
Python
20 lines
531 B
Python
# terrascript/provider/PagerDuty/pagerduty.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:24:19 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class pagerduty(terrascript.Provider):
|
|
"""Terraform PagerDuty provider"""
|
|
|
|
__description__ = "Terraform PagerDuty provider"
|
|
__namespace__ = "PagerDuty"
|
|
__name__ = "pagerduty"
|
|
__source__ = "https://github.com/PagerDuty/terraform-provider-pagerduty"
|
|
__version__ = "1.11.0"
|
|
__published__ = "2021-09-09T21:18:30Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["pagerduty"]
|