Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created January 22, 2023 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/4c98a976a683f10fc635275df4095ed6 to your computer and use it in GitHub Desktop.
Save johnlokerse/4c98a976a683f10fc635275df4095ed6 to your computer and use it in GitHub Desktop.
module moduleC 'ModuleC.bicep' = {
name: 'deploy-module-c-${uniqueString(modB.name)}'
params: {
parUseModuleBOutputs: modB.outputs.outModuleB
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment