terraform-aws-api-gateway
terraform-aws-api-gateway copied to clipboard
Multiple methods under same resource not working [Needing Help]
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