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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to retrieve the broker node instance type on the aws_msk_cluster or aws_msk_broker_nodes data source #25618

Open
cemeyer2 opened this issue Jun 29, 2022 · 0 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/kafka Issues and PRs that pertain to the kafka service.

Comments

@cemeyer2
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add ability to retrieve the broker node instance type on the aws_msk_cluster or aws_msk_broker_nodes data source.

It appears that the AWS API does return data, but it is not being included included on the payload that the provider exposes back to the terraform author.

New or Affected Resource(s)

data sources:

  • aws_msk_cluster

and/or

  • aws_msk_broker_nodes

Potential Terraform Configuration

data "aws_msk_cluster" "example" {
  cluster_name = "example"
}

locals {
  instance_type = data.aws_msk_cluster.example.instance_type
}

References

@cemeyer2 cemeyer2 added the enhancement Requests to existing resources that expand the functionality or scope. label Jun 29, 2022
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/kafka Issues and PRs that pertain to the kafka service. labels Jun 29, 2022
@justinretzolk justinretzolk removed the needs-triage Waiting for first response or review from a maintainer. label Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/kafka Issues and PRs that pertain to the kafka service.
Projects
None yet
Development

No branches or pull requests

2 participants