0
0
llucycodes42
The above code declares a sub-module within the "${myModuleName}" module. The module name can be whatever you want, but the source() must reference a valid Git repository at bitbucket.org registered under the username specified in the code.
Shortcut: tf_bitbucket_module
module "${myModuleName}" {
source = "bitbucket.org/username"
}