We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5ff4b commit 673caf2Copy full SHA for 673caf2
examples/modules/MODULE_NAME.tftest.hcl
scripts/new_module.sh
@@ -31,7 +31,7 @@ if [ -d "registry/$NAMESPACE/modules/$MODULE_NAME" ]; then
31
fi
32
mkdir -p "registry/${NAMESPACE}/modules/${MODULE_NAME}"
33
34
-# Copy required files from the example module (includes Terraform tests)
+# Copy required files from the example module
35
cp -r examples/modules/* "registry/${NAMESPACE}/modules/${MODULE_NAME}/"
36
37
# Change to module directory
@@ -48,7 +48,5 @@ else
48
sed -i "s/MODULE_NAME/${MODULE_NAME}/g" README.md
49
50
51
-# Make run.sh executable (if present)
52
-if [ -f run.sh ]; then
53
- chmod +x run.sh
54
-fi
+# Make run.sh executable
+chmod +x run.sh
0 commit comments