Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

groupTag with multiple tags support #235

Open
Swapnil-CSI opened this issue Sep 15, 2022 · 0 comments
Open

groupTag with multiple tags support #235

Swapnil-CSI opened this issue Sep 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Swapnil-CSI
Copy link

Swapnil-CSI commented Sep 15, 2022

What problem are you facing?

I am using aws jet provider groupTag to add tags on autoscaling group.
https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-aws/autoscaling.aws.jet.crossplane.io/GroupTag/[email protected]
But it adds only 1 tag and multiple tag entry is not supported.

How could Crossplane help solve your problem?

terraform grouptag adds the tag using for loop but in crossplane for loop is not supported.
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group_tag#example-usage

It could be easy if it supports multiple tags.

@Swapnil-CSI Swapnil-CSI added the enhancement New feature or request label Sep 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant