You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }
@tbugfinder thank you for the response! // is also used as a delimiter of a protocol in URL. But it is always used to specify a subdirectory when it stands after .git. You can see it in the example that I provided in the first comment. The issue is that the subdirectory can not be specified after the tag reference. Here is an official guide to how submodules should be used.
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 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 ?
The text was updated successfully, but these errors were encountered: