1label: Config Connector ServiceIdentity 2markdownDescription: Creates yaml for a ServiceIdentity resource 3insertText: | 4 apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1 5 kind: ServiceIdentity 6 metadata: 7 name: \${1:serviceidentity-name} 8 spec: 9 projectRef: 10 external: \${2:[PROJECT_ID?]} 11 resourceID: \${3:pubsub.googleapis.com}