Skip to content

Commit

Permalink
Change deprecation message for opensearch_ism_policy_mapping (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Rupa Lahiri <[email protected]>
  • Loading branch information
rblcoder authored Feb 26, 2024
1 parent 2d1a703 commit d8e81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_opensearch_ism_policy_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func resourceOpenSearchISMPolicyMapping() *schema.Resource {
Create: schema.DefaultTimeout(5 * time.Minute),
Update: schema.DefaultTimeout(5 * time.Minute),
},
DeprecationMessage: "opensearch_ism_policy_mapping is deprecated in Opensearch 1.x please use ism_template attribute in policies instead.",
DeprecationMessage: "opensearch_ism_policy_mapping is deprecated in Opensearch 1.x please use the opensearch_ism_policy resource and specify the ism_template attribute in the policies instead.",
}
}

Expand Down

0 comments on commit d8e81eb

Please sign in to comment.