Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/elastic_beanstalk_configuration_template: Handle missing pla…
…tform When a platform was removed by AWS, Terraform failed in the following manner: ``` Error refreshing state: 1 error(s) occurred: * aws_elastic_beanstalk_configuration_template.my_app: aws_elastic_beanstalk_configuration_template.my_app: InvalidParameterValue: No Platform named 'arn:aws:elasticbeanstalk:us-east-1::platform/Multi-container Docker running on 64bit Amazon Linux/2.7.1' found. status code: 400 ``` Terraform should handle the missing platform error in the same way it handles the missing config template error - it will plan to remove it from state and then readd it
- Loading branch information