20 lines
511 B
Python
20 lines
511 B
Python
# terrascript/provider/mrcrilly/awx.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:44 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class awx(terrascript.Provider):
|
|
"""Ansible AWX provider for Terraform"""
|
|
|
|
__description__ = "Ansible AWX provider for Terraform"
|
|
__namespace__ = "mrcrilly"
|
|
__name__ = "awx"
|
|
__source__ = "https://github.com/mrcrilly/terraform-provider-awx"
|
|
__version__ = "0.1.2"
|
|
__published__ = "2020-08-18T23:14:33Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["awx"]
|