20 lines
665 B
Python
20 lines
665 B
Python
# terrascript/provider/philips-software/hsdp.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:56 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class hsdp(terrascript.Provider):
|
|
"""Terraform provider to orchestrate various HSDP resources like IAM, CDL, CDR, Container Host, etc"""
|
|
|
|
__description__ = "Terraform provider to orchestrate various HSDP resources like IAM, CDL, CDR, Container Host, etc"
|
|
__namespace__ = "philips-software"
|
|
__name__ = "hsdp"
|
|
__source__ = "https://github.com/philips-software/terraform-provider-hsdp"
|
|
__version__ = "0.20.5"
|
|
__published__ = "2021-09-23T09:43:02Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["hsdp"]
|