20 lines
528 B
Python
20 lines
528 B
Python
# terrascript/provider/Ouest-France/harbor.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:58 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class harbor(terrascript.Provider):
|
|
"""Terraform provider for Harbor"""
|
|
|
|
__description__ = "Terraform provider for Harbor"
|
|
__namespace__ = "Ouest-France"
|
|
__name__ = "harbor"
|
|
__source__ = "https://github.com/Ouest-France/terraform-provider-harbor"
|
|
__version__ = "0.2.0"
|
|
__published__ = "2020-08-12T13:26:16Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["harbor"]
|