The Retool Standalone EC2 Module output for ec2_id returns the arn which causes later resources to fail when needing the instance id.
e.g.:
Error registering targets with target group: ValidationError: Instance ID 'arn:aws:ec2:us-west-2:xxxxxxxxxxxx:instance/i-xxxxxxxxxxxxxxxxx' is not valid
The Retool Standalone EC2 Module output for
ec2_id
returns the arn which causes later resources to fail when needing the instance id.e.g.: