Break out beanstalk settings as its own resource #476
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elasticbeanstalk
Issues and PRs that pertain to the elasticbeanstalk service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
This issue was originally opened by @oillio as hashicorp/terraform#11314. It was migrated here as part of the provider split. The original body of the issue is below.
It is very common to want to add/remove AWS elastic beanstalk settings based on variables.
This is currently not possible until we can use "count" in fields: hashicorp/terraform#7034
An easier to implement solution might be to break out settings into its own resource. As recommended by @cartolari: hashicorp/terraform#7034 (comment)
Something like this:
For backwards compatibility, the resource settings could be merged with any field based settings (as shown above)
If this would be an acceptable addition, I would be happy to take a crack at submitting a PR for it.
The text was updated successfully, but these errors were encountered: