https://pulumi.com logo
b

best-pager-59373

08/15/2023, 11:23 AM
👋 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

miniature-musician-31262

08/16/2023, 1:00 AM
Can you share any detail about the error you’re getting?
b

best-pager-59373

08/16/2023, 10:16 AM
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
2 Views