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

[Enhancement]: Add scope to aws_resourceexplorer2_view for multi-account search #34411

Open
dandelo opened this issue Nov 15, 2023 · 3 comments · May be fixed by #37909
Open

[Enhancement]: Add scope to aws_resourceexplorer2_view for multi-account search #34411

dandelo opened this issue Nov 15, 2023 · 3 comments · May be fixed by #37909
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/resourceexplorer2 Issues and PRs that pertain to the resourceexplorer2 service.

Comments

@dandelo
Copy link

dandelo commented Nov 15, 2023

Description

Yesterday AWS released organisation level views for resource explorer.

Can we have a scope argument added to aws_resourceexplorer2_view so we can configure multi-account search?

Affected Resource(s) and/or Data Source(s)

aws_resourceexplorer2_view

Potential Terraform Configuration

resource "aws_resourceexplorer2_view" "org" {
  name = "org"

  included_property {
    name = "tags"
  }

  scope = "o-abc123abcd"
}

References

Relates #27717.
Requires AWS SDK for Go v1.47.11: #34406.

Would you like to implement a fix?

No

@dandelo dandelo added the enhancement Requests to existing resources that expand the functionality or scope. label Nov 15, 2023
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • 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.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the service/resourceexplorer2 Issues and PRs that pertain to the resourceexplorer2 service. label Nov 15, 2023
@dandelo dandelo changed the title [Enhancement]: [Enhancement]: Add scope to aws_resourceexplorer2_view for multi-account search Nov 15, 2023
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Nov 15, 2023
@ewbankkit ewbankkit removed the needs-triage Waiting for first response or review from a maintainer. label Nov 15, 2023
@ei-grad
Copy link
Contributor

ei-grad commented Nov 17, 2023

As a workaround, aws_cloudcontrolapi_resource could be used to create AWS::ResourceExplorer2::View with scope, while it is not supported in aws_resourceexplorer2_view.

@atqhg23
Copy link

atqhg23 commented Jun 3, 2024

Hi, any updates on this? Would be great to have this added

@nikhil-goenka nikhil-goenka linked a pull request Jun 10, 2024 that will close this issue
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/resourceexplorer2 Issues and PRs that pertain to the resourceexplorer2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants