Results 68 comments of aristosvo

@sgrthati It seems there is only a V2 routing rule resource. It only works with a REST API (which is in fact a v1 resource), as per the [docs](https://docs.aws.amazon.com/apigateway/latest/developerguide/rest-api-routing-mode.html#when-to-use-routing-rules). It...

According to the acceptance tests I included, you can! Please try it out, REST API is V1 only, Route Rules are V2 only (at the AWS API side at least)....

The work has been done, the most effective way to get this prioritized is by following the recommendations. Maintainers are working very hard, so they have to prioritize their efforts,...

I ended up implementing it like this: Own implementation ```go package commands import ( "encoding/json" "fmt" "sort" "strings" "github.com/urfave/cli/v3" ) // StringMapSliceFlag is a flag that represents a map of...

I tried to implement it, but it doesn't fit in the current model of an ephemeral resource. I raised that to the HC maintainers, so they are aware.

I'll create a service client PR in just a few minutes. @fd008 Did you or anyone else already do anything? I think I could get going today if no one...

@ewbankkit PR is ready to go, launch day support would be great: https://github.com/hashicorp/terraform-provider-aws/pull/41868 🥇

@katbyte Do you see a possibility that we could request a test/sponsored account for at least one of the two [CA providers](https://learn.microsoft.com/en-us/azure/key-vault/certificates/create-certificate#partnered-ca-providers) to make testing possible? The code is not...