modified
parent
af006ae5d4
commit
f2e0181e30
|
|
@ -90,7 +90,7 @@ def main(configFile,output_path):
|
|||
# generate terraform file
|
||||
for environment,ev in environments.items():
|
||||
folder_path = os.path.join(cwd,op,environment.replace('-','_'),"slo")
|
||||
print("folder_path:",folder_path)
|
||||
# print("folder_path:",folder_path)
|
||||
if not os.path.exists(folder_path):
|
||||
os.makedirs(folder_path)
|
||||
metric = nested_lookup('metric',ev)
|
||||
|
|
|
|||
Loading…
Reference in New Issue