Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with creating Spotinst Elastigroup from Beanstalk #75

Open
raul-barreto opened this issue Jan 20, 2020 · 0 comments
Open

Problems with creating Spotinst Elastigroup from Beanstalk #75

raul-barreto opened this issue Jan 20, 2020 · 0 comments
Assignees

Comments

@raul-barreto
Copy link

Terraform Version

Terraform v0.12.18

  • provider.aws v2.44.0
  • provider.random v2.2.1
  • provider.spotinst v1.13.4

Affected Resource(s)

Please list the resources as a list, for example:

  • spotinst_elastigroup_aws_beanstalk.elastigoup-aws-beanstalk

Expected Behavior

What should have happened?
Following the documentation https://www.terraform.io/docs/providers/spotinst/r/elastigroup_aws_beanstalk.html , beanstalk_environment_name is not required (it actually is required), description is optional (it is not a valid parameter), deployment_preferences and strategy are variables but they are block variables:
Wrong: strategy = {}
Correct: strategy {}

Lack of options from spotinst console like scheduling scaling and auto scaling options.

The compatibility between terraform and spotinst console is poor, I can't change via console the Elastigroup created by Terraform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants