terraform-aws-api-gateway icon indicating copy to clipboard operation
terraform-aws-api-gateway copied to clipboard

Multiple methods under same resource not working [Needing Help]

Open sparmarsf opened this issue 3 years ago • 0 comments

Hi, I am trying to test few things with multiple methods under same resource but its not getting provisioned. checking if its limitation of this code or I need to pass the variables differently.

-- Current code --

Api Gateway Resource

path_parts = ["mytestresource", "mytestresource1"]

Api Gateway Method

method_enabled = true
http_methods   = ["GET", "GET"]

--- Test ----

mytestresource --> GET, POST, DELETE

sparmarsf avatar May 16 '22 11:05 sparmarsf