Terraform - EMR Elastigroup Clusters Rom Hirsh Updated April 16, 2018 19:13 Follow http://api.spotinst.com/integration-docs/terraform/resources/elastigroup-emr/ Comments 3 comments Sort by Date Votes Yosef Tavin November 23, 2017 17:07 (Edited November 23, 2017 17:11) Using this .tf file and just changing to my params, subnets etc. When running terraform init works fine and loads the spotinst plugin, but when running command: terraform plan I get the below error: Error: spotinst_mrscaler.example-scaler-1: Provider doesn't support resource: spotinst_mrscaler Was there any changes in the terraform plugin? 0 Permalink Yosef Tavin November 23, 2017 17:48 Can't see any mrscaler key here Is this why it's failing? 0 Permalink Yosef Tavin January 03, 2018 15:08 Seems the solution is to use the up to date Spotinst provider available on Github which has the spotinst_mrscaler functionality as the regular provider on Terraform official Github is a few versions back. 0 Permalink Please sign in to leave a comment.
Comments
3 comments
Using this .tf file and just changing to my params, subnets etc.
When running terraform init works fine and loads the spotinst plugin, but when running command: terraform plan
I get the below error:
Error: spotinst_mrscaler.example-scaler-1: Provider doesn't support resource: spotinst_mrscaler
Was there any changes in the terraform plugin?
Can't see any mrscaler key here
Is this why it's failing?
Seems the solution is to use the up to date Spotinst provider available on Github which has the spotinst_mrscaler functionality as the regular provider on Terraform official Github is a few versions back.
Please sign in to leave a comment.