Use the LinkedIn provider for #terraform, like this:
```bash
terraform plan
terraform apply
# Check the exit code
if [ $? -ne 0 ]; then
echo "An error occurred!"
terraform update-resume
fi
```
August 16, 2023
Use the LinkedIn provider for #terraform, like this:
```bash
terraform plan
terraform apply
# Check the exit code
if [ $? -ne 0 ]; then
echo "An error occurred!"
terraform update-resume
fi
```