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

Compatible with Terraform's Name best practices #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

umisora
Copy link

@umisora umisora commented Oct 14, 2022

Thank you for making this tool!
It looks like it will be easy and successful to Upgrade AWS Provider.

I would like to suggest a few improvements.
This is a proposal. The Code owner is free to change this PR at will.

Why?

The current code automatically generates very long resource names. Terraform best practices recommend not repeating resource types in resource names.

This change excludes the resource type from the resource name as well to generates very simple resource names.

refs: https://www.terraform-best-practices.com/naming#resource-and-data-source-arguments

Why?

The current code automatically generates very long resource names.
Terraform best practices recommend not repeating resource types in
resource names.

This change excludes the resource type from the resource name as well to generates very simple resource names.

refs: https://www.terraform-best-practices.com/naming#resource-and-data-source-arguments
@delete-merged-branch delete-merged-branch bot deleted the compatible_with_terraform_bestpractice branch October 14, 2022 07:20
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

Successfully merging this pull request may close these issues.

1 participant