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