I am using Terraform 0.11.10 (latest as of this date). I'm trying to use the codepipeline webhooks feature, as described here: https://www.terraform.io/docs/providers/aws/r/codepipeline_webhook.html
I have defined a webhook resource as follows:
resource "aws_codepipeline_webhook" "foo" { ... }
However Terraform complains:
Error: aws_codepipeline_webhook.foo: Provider doesn't support resource:
aws_codepipeline_webhook
I have re-initialized Terraform.
The documentation definitely exists, and I saw feature request discussing it that was marked as resolved here: https://github.com/terraform-providers/terraform-provider-aws/issues/4478
Anyone know of a way to get support for it?