0
0
llucycodes42
This code is enabling the myModuleName module to use the s3::https:// URL as a source (where the myModuleName module will be installed).
Shortcut: tf_s3_module
module "${myModuleName}" {
source = "s3::https://"
}
0
0
llucycodes42
This code is enabling the myModuleName module to use the s3::https:// URL as a source (where the myModuleName module will be installed).
Shortcut: tf_s3_module
module "${myModuleName}" {
source = "s3::https://"
}