:wave: Hi everyone! I am new to Pulumi and I am ge...
# general
b
👋 Hi everyone! I am new to Pulumi and I am getting one error when using the online https://www.pulumi.com/cf2pulumi/ when try to convert a cloudformation file to pulumi
m
Can you share any detail about the error you’re getting?
b
I have this condition in my cloudformation
Copy code
Conditions:

  IsProduction: !Equals
    - !Ref 'AWS::AccountId'
    - '000000060300'

#Added below block for DRX changes.
  IsDrx: !Equals
    - !Ref 'AWS::AccountId'
    - '000000897470'

  SnapshotIdentifierProvided: !Not
    - !Equals
      - !Ref SnapshotIdentifier
      - "none"

  SnapshotIdentifierNotProvided: !Equals
    - !Ref SnapshotIdentifier
    - "none"
image.png
when adding the SnapshotIdentifierNotProvided its showing this error
hi @miniature-musician-31262 the error details are posted above