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

Add ARN and/or plan time validations to resources/data_sources #13624

Closed
13 tasks done
anGie44 opened this issue Jun 4, 2020 · 4 comments
Closed
13 tasks done

Add ARN and/or plan time validations to resources/data_sources #13624

anGie44 opened this issue Jun 4, 2020 · 4 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. technical-debt Addresses areas of the codebase that need refactoring or redesign.

Comments

@anGie44
Copy link
Contributor

anGie44 commented Jun 4, 2020

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

This particular Issue serves as a log of PRs addressing this tech-debt Issue Topic

New or Affected Resource(s)

ARN Support

  • aws_ec2_client_vpn_endpoint
  • aws_glue_connection
  • aws_ebs_volume
  • aws_api_gateway_rest_api
  • aws_wafregional_rate_based_rule
  • aws_wafregional_rule_group
  • aws_wafregional_rule

Plan time validations

  • aws_ec2_client_vpn_endpoint
  • aws_waf_xss_match_set
  • aws_opsworks_application
  • aws_spot_fleet_request
  • aws_launch_template
  • aws_instance

Relates

@anGie44 anGie44 added enhancement Requests to existing resources that expand the functionality or scope. technical-debt Addresses areas of the codebase that need refactoring or redesign. labels Jun 4, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jun 4, 2020
@anGie44 anGie44 removed the needs-triage Waiting for first response or review from a maintainer. label Jun 4, 2020
@anGie44 anGie44 self-assigned this Jun 4, 2020
@anGie44 anGie44 changed the title Add ARN, plan time validations, and/or disappears to resources/data_sources Add ARN and/or plan time validations to resources/data_sources Jun 4, 2020
@bflad
Copy link
Contributor

bflad commented Oct 28, 2020

@anGie44 is there a definition of done for this issue?

@anGie44
Copy link
Contributor Author

anGie44 commented Oct 28, 2020

that's a good question @bflad! in short, yes - done would be if all resources/data-sources had computed ARNs and validations where applicable, but I believe this issue tries to address too much 😅 . using a naive grep search

grep -L 'd.Set("arn",' aws/resource*.go | grep -v '_test.go$' | wc -l

we still have over 300 resources needed to satisfy just a portion of this issue.

lmk what your thoughts on this are, but I think we should contain the associated PRs as is (so definition of done will be when those are merged) and then moving forward, we should create enhancement issues on a resource/data-source by resource/data-source basis

@anGie44
Copy link
Contributor Author

anGie44 commented Sep 29, 2021

Going to close this for the time being as validation changes are captured well enough in changelog files and we aren't monitoring this tech debt item.

@anGie44 anGie44 closed this as completed Sep 29, 2021
@anGie44 anGie44 removed their assignment Sep 29, 2021
@github-actions
Copy link

github-actions bot commented Jun 5, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. technical-debt Addresses areas of the codebase that need refactoring or redesign.
Projects
None yet
Development

No branches or pull requests

2 participants