Skip to content

Adding AWS multiple tags support - #112

Open
abaez wants to merge 6 commits into
hashicorp:masterfrom
abaez:aws-multitags
Open

Adding AWS multiple tags support #112
abaez wants to merge 6 commits into
hashicorp:masterfrom
abaez:aws-multitags

Conversation

@abaez

@abaez abaez commented May 11, 2019

Copy link
Copy Markdown

Going with what was brought up in issue #36, the following change introduces the ability to use multiple tags for AWS.

The work was done by replacing tag_key and tag_value with tag_filters. Doing so also meant adding small tests to make sure the type definitions were correct. Due to the structure, this change may be applicable for all the providers which use tag_key and tag_value declarations.

If it's possible, I would like to get some feedback before squashing and rebasing the PR.

@hashicorp-cla

hashicorp-cla commented May 11, 2019

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@mr-karan

Copy link
Copy Markdown

+1 for this. Are there any blockers for this to get merged?

@icicimov

Copy link
Copy Markdown

+1 IMHO should had been done like awscli does it from the very beginning, much easier to parse

tag:key=key1,value=val1 tag:key=key2,value=val2

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.

4 participants