Skip to content

Commit 9049c3d

Browse files
committed
docs/config: add winli_billing_code to aws mapping
Introduce a new `winli_billing_code` field under the `aws` mapping to support configuration of AWS billing details.
1 parent e658bb1 commit 9049c3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ streams:
122122
# `build-mechanical` will only build those streams
123123
scheduled: true
124124
# OPTIONAL: Create and replicate AWS Windows License Included images for this stream.
125+
# requires winli_billing_code under the 'aws' mapping
125126
create_and_replicate_winli_ami: true
126127

127128
# REQUIRED: architectures to build for other than x86_64
@@ -212,6 +213,9 @@ clouds:
212213
# OPTIONAL: boolean: whether or not to set the image/snapshot as public on
213214
# initial upload (AMIs of released builds are always made public)
214215
public: true
216+
# OPTIONAL: billing code to create a Windows License Included Image
217+
# required if using 'create_and_replicate_winli_ami' under the stream mappings
218+
winli_billing_code: "bp-12345abcde"
215219
aliyun:
216220
# REQUIRED (if Aliyun build upload credentials provided): the region to do
217221
# initial image creation in.

0 commit comments

Comments
 (0)