Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created January 22, 2023 16:26
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/01170ad92e67117d4ea863d219567bfe to your computer and use it in GitHub Desktop.
Save johnlokerse/01170ad92e67117d4ea863d219567bfe to your computer and use it in GitHub Desktop.
module moduleC 'ModuleC.bicep' = if (parDeployModuleB) {
name: 'deploy-module-c-${uniqueString(moduleB.name)}'
params: {
parUseModuleBOutputs: moduleB.outputs.outModuleB
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment