| 
														
															@@ -3,8 +3,6 @@ import json 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import datetime 
														 | 
														
														 | 
														
															 import datetime 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import os.path 
														 | 
														
														 | 
														
															 import os.path 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-curdir = os.path.dirname(os.path.abspath(__file__)) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 today = datetime.datetime.today() 
														 | 
														
														 | 
														
															 today = datetime.datetime.today() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 date = today.date().isoformat() 
														 | 
														
														 | 
														
															 date = today.date().isoformat() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 year = today.year 
														 | 
														
														 | 
														
															 year = today.year 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -14,4 +12,4 @@ extra_context = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         'year': year 
														 | 
														
														 | 
														
															         'year': year 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-cookiecutter(curdir, extra_context=extra_context) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+cookiecutter('cookiecutter-terraform-module', extra_context=extra_context) 
														 |