...

Text file src/github.com/alecthomas/chroma/lexers/testdata/bicep/bicep-resource-multiple.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata/bicep

     1@batchSize(3)
     2resource sa 'Microsoft.Storage/storageAccounts@2019-06-01' = [for storageName in storageAccounts: {
     3  name: storageName
     4  location: location
     5  sku: {
     6    name: storageSKU
     7  }
     8  kind: 'StorageV2'
     9  properties: {
    10    supportsHttpsTrafficOnly: true
    11  }
    12}]

View as plain text