jckuester / awsls

A list command for AWS resources
MIT License
830 stars 53 forks source link

Make aws_ prefix optional #12

Closed jckuester closed 4 years ago

jckuester commented 4 years ago

Simplify the amount of typing for the user by allowing awsls vpc in addition to awsls aws_vpc (i.e., making the prefix aws_ optional).

Note: aws_vpc is the full Terraform resource type name, where the prefix aws references the provider (other providers are google, etc.). However, awsls is for AWS only, so the prefix is superfluous in this context.