20 lines
648 B
Python
20 lines
648 B
Python
# terrascript/provider/innovationnorway/tfvars.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:41 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class tfvars(terrascript.Provider):
|
|
"""(Experimental) Terraform provider for managing variable definitions (.tfvars) files"""
|
|
|
|
__description__ = "(Experimental) Terraform provider for managing variable definitions (.tfvars) files"
|
|
__namespace__ = "innovationnorway"
|
|
__name__ = "tfvars"
|
|
__source__ = "https://github.com/innovationnorway/terraform-provider-tfvars"
|
|
__version__ = "0.0.1"
|
|
__published__ = "2021-01-19T03:22:40Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["tfvars"]
|