initial commit
This commit is contained in:
16
sdk/python/pulumi_xyz/region/_enums.py
generated
Normal file
16
sdk/python/pulumi_xyz/region/_enums.py
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
# coding=utf-8
|
||||
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
||||
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
import builtins
|
||||
import builtins
|
||||
from enum import Enum
|
||||
|
||||
__all__ = [
|
||||
'Region',
|
||||
]
|
||||
|
||||
|
||||
class Region(builtins.str, Enum):
|
||||
HERE = "HERE"
|
||||
OVER_THERE = "OVER_THERE"
|
||||
Reference in New Issue
Block a user