20 lines
541 B
Python
20 lines
541 B
Python
# terrascript/provider/iwarapter/pingaccess.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:24:33 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class pingaccess(terrascript.Provider):
|
|
"""Ping Access Terraform Provider"""
|
|
|
|
__description__ = "Ping Access Terraform Provider"
|
|
__namespace__ = "iwarapter"
|
|
__name__ = "pingaccess"
|
|
__source__ = "https://github.com/iwarapter/terraform-provider-pingaccess"
|
|
__version__ = "0.8.0"
|
|
__published__ = "2021-08-26T19:42:08Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["pingaccess"]
|