This message was deleted.
# general
s
This message was deleted.
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"
when adding the SnapshotIdentifierNotProvided its showing this error
hi @miniature-musician-31262 the error details are posted above