...
1label: Config Connector IAMWorkloadIdentityPool
2markdownDescription: Creates yaml for a IAMWorkloadIdentityPool resource
3insertText: |
4 apiVersion: iam.cnrm.cloud.google.com/v1beta1
5 kind: IAMWorkloadIdentityPool
6 metadata:
7 name: \${1:iamworkloadidentitypool-name}
8 spec:
9 location: \${2:global}
10 displayName: \${3:sample-pool}
11 description: \${4:A sample workload identity pool using a newly created project}
12 disabled: \${5:false}
13 projectRef:
14 external: \${6:projects/[PROJECT_ID?]}
View as plain text