20 lines
528 B
Python
20 lines
528 B
Python
# terrascript/provider/techBeck03/infoblox.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:08 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class infoblox(terrascript.Provider):
|
|
"""Terraform Infoblox provider"""
|
|
|
|
__description__ = "Terraform Infoblox provider"
|
|
__namespace__ = "techBeck03"
|
|
__name__ = "infoblox"
|
|
__source__ = "https://github.com/techBeck03/terraform-provider-infoblox"
|
|
__version__ = "2.0.7"
|
|
__published__ = "2021-08-27T03:40:21Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["infoblox"]
|