blob: e8fdbec697be531b1024298dfe946c59b0958645 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Customer sample
# Creates a customer with one service subscribed - sample-service. It's not required to create customer
# with service subscription, but it's useful if you want to use that customer later for service
# instantiation.
# Service type has to be the name of the SDC service!
odpSchemaVersion: 1.0
resources:
customers:
- customer:
global-customer-id: sample-customer
subscriber-name: sample-customer
subscriber-type: Customer
service-subscriptions:
- service-type: sample-service # Make sure it exists!
|