sparse-intern-71089
01/02/2024, 4:49 PMsquare-tiger-5809
01/02/2024, 4:49 PMname: org-identity-pubsub
runtime: yaml
config:
vanta_label_contains_user_data:
type: string
vanta_label_non_prod:
type: string
resources:
identity-change-detection-topic:
type: gcp:pubsub:Topic
properties:
name: identity-change-detection
project: ${project}
options:
protect: true
identity-change-detection-sub:
type: gcp:pubsub:Subscription
properties:
labels:
vanta-contains-user-data: '${vanta_label_contains_user_data}'
vanta-description: shared-data-across-services
vanta-non-prod: '${vanta_label_non_prod}'
vanta-owner: owner
ackDeadlineSeconds: 10
expirationPolicy:
ttl: ""
messageRetentionDuration: 86400s
name: identity-change-detection-sub
project: ${project}
topic: projects/${project}/topics/identity-change-detection
options:
protect: true
dependsOn:
- ${identity-change-detection-topic}
Config:
config:
gcp:project: com-org-uk-dev-9aa9cc53
org-identity-pubsub:project: com-org-uk-dev-9aa9cc53
org-identity-pubsub:vanta_label_contains_user_data: "false"
org-identity-pubsub:vanta_label_non_prod: "true"
square-tiger-5809
01/02/2024, 4:52 PMsquare-tiger-5809
01/02/2024, 5:11 PMancient-policeman-24615
01/03/2024, 12:55 PMpanic
in the underlying provider, and is definitely a bug.ancient-policeman-24615
01/03/2024, 12:57 PMpulumi up
the above program. What version of gcp
are you using?