Closed behnm closed 1 year ago
Not only for SNS. I have that kind of error for type: slack also. I am using opensearch v2.4.1 and provider v2.0.7
👋🏼
OpenSearch made breaking changes. This provider does not support OpenSearch 2.0
See https://github.com/phillbaker/terraform-provider-elasticsearch/issues/298#issuecomment-1327909365.
Please see above, as this sounds like a version compatibility issue.
I want to create a sns notification channel by terraform . My resource is
But it gives me the error.
Error: elastic: Error 405 (Method Not Allowed)
. My question is, All the paramters that are used are correct or I should useconfig_type
, instead of usingtype
for sns for instance.The version of things that I use: Terraform: v1.1.1 opensearch: v2.3 provider elasticsearch: V2.0.4