1label: Config Connector ApigeeEnvironment 2markdownDescription: Creates yaml for a ApigeeEnvironment resource 3insertText: | 4 apiVersion: apigee.cnrm.cloud.google.com/v1beta1 5 kind: ApigeeEnvironment 6 metadata: 7 name: \${1:apigeeenvironment-name} 8 spec: 9 apigeeOrganizationRef: 10 name: \${2:apigeeenvironment-dep} 11 description: \${3:A sample environment} 12 properties: 13 key: \${4:A sample value} 14 displayName: \${5:sample-environment}