In case I specify a subdirectory and a tag ref in a module source like git::https://example.com/network.git//modules/vpc?ref=v1.2.0 the ref gets copied into stackmodulesoutputs file with a module name. As a result I get something like
output "module_vpc?ref=v1.2.0" { value = module.vpc?ref=v1.2.0.* sensitive = true }
|
hasGitRef = fileName.index('.git?ref') |
Does it expect ref right after .git ?
In case I specify a subdirectory and a tag ref in a module source like
git::https://example.com/network.git//modules/vpc?ref=v1.2.0the ref gets copied into stackmodulesoutputs file with a module name. As a result I get something likeoutput "module_vpc?ref=v1.2.0" { value = module.vpc?ref=v1.2.0.* sensitive = true }ods-pre-commit-hooks/hooks/createstackmoduleoutputs.rb
Line 147 in 47fde96
Does it expect ref right after .git ?