First, we need to open a shell to the PDF tools Docker container:
docker run --rm -it -v ${PWD}:/pdf gkmr/pdf-tools:latest /bin/sh
Then we need to run the following commands:
cd /pdf
First, we need to open a shell to the PDF tools Docker container:
docker run --rm -it -v ${PWD}:/pdf gkmr/pdf-tools:latest /bin/sh
Then we need to run the following commands:
cd /pdf
# To use the terraform import aws_cloudwatch_event_target provider, we need the rule name and target ID. To find the target ID, | |
# run the following with the AWS cli. | |
aws events list-targets-by-rule --rule "ruleName" | |
# This will return the following and the ID can be used to import the resource. | |
#{ | |
# "Targets": [ | |
# { |