Skip to content

Commit

Permalink
Merge pull request #1663 from aiven/jeff-held-aiven-fix-os-security-p…
Browse files Browse the repository at this point in the history
…lugin-docs

docs: fix incorrect reference to aiven_opensearch_security_plugin_config
  • Loading branch information
rriski authored Mar 20, 2024
2 parents 3b7ab13 + 115feba commit 2e33cfd
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 2e33cfd

Please sign in to comment.