calque/infrastructure/repro.bicep
Chris Kruining f301f384d7
bug repro
2024-12-03 08:44:51 +01:00

12 lines
238 B
Bicep

import {
container
resources_xxs
} from 'br/Tricep:recommended/app/container-app:latest'
targetScope = 'resourceGroup'
var container1 = container({
name: 'name'
image: 'registry/project-app:latest'
resources: resources_xxs
})