terraform-aws-api-gateway
terraform-aws-api-gateway copied to clipboard
Terraform module to create Route53 resource on AWS for create api gateway with it's basic elements.
fix bug on aws_api_gateway_vpc_link: target_arns expected to be a list but string is applied
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...
## what * Update readme.yaml * Update tf-checks.yml and update example name. ## why * Readme automation
## what Fixed count condition for `module "kms_key" {}`, `data "aws_iam_policy_document" "cloudwatch" {}` in main.tf This was causing below error on `terraform plan` ```bash │ Error: Invalid index │ │...