config/__init__.py: update
This commit is contained in:
parent
b6cebfb388
commit
fb16cbf425
@ -2,5 +2,5 @@ import os
|
||||
from pulumi import Output
|
||||
|
||||
def get(input):
|
||||
vaule = Output.from_input(input)
|
||||
value = Output.from_input(input)
|
||||
return value.apply( os.environ[key_name] )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user