Skip to content

Commit

Permalink
docs: fix incorrect reference to aiven_opensearch_security_plugin_config
Browse files Browse the repository at this point in the history
Docs for opensearch_security_plugin_config incorrectly referenced the
resource "aiven_opensearch_security_plugin_config" as
"aiven_opensearch_security_config".
  • Loading branch information
jeff-held-aiven committed Mar 20, 2024
1 parent 3b7ab13 commit 115feba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/opensearch_security_plugin_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aiven_opensearch_user" "foo" {
username = "user-example"
}
resource "aiven_opensearch_security_config" "foo" {
resource "aiven_opensearch_security_plugin_config" "foo" {
project = data.aiven_project.foo.project
service_name = aiven_opensearch.bar.service_name
admin_password = "ThisIsATest123^=^"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aiven_opensearch_user" "foo" {
username = "user-example"
}

resource "aiven_opensearch_security_config" "foo" {
resource "aiven_opensearch_security_plugin_config" "foo" {
project = data.aiven_project.foo.project
service_name = aiven_opensearch.bar.service_name
admin_password = "ThisIsATest123^=^"
Expand Down

0 comments on commit 115feba

Please sign in to comment.