crossplane-contrib / provider-jet-datadog

@crossplane provider to drive @datadog configuration control plane way
Apache License 2.0
6 stars 8 forks source link

fix: removed role shortgroup #16

Closed Kerwood closed 1 year ago

Kerwood commented 1 year ago

Signed-off-by: Patrick Kerwood patrick@kerwood.dk

Description of your changes

Removes the short group for the Role resource, since there are no other resources in that group. https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/role

Before

roles.role.datadog.jet.crossplane.io

After

roles.datadog.jet.crossplane.io

I have:

ytsarev commented 1 year ago

Please also resolve the conflicts

Kerwood commented 1 year ago

Please also resolve the conflicts

Fixed..