We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef266c4 commit 1c97580Copy full SHA for 1c97580
examples/apikey/main.tf
@@ -48,7 +48,6 @@ data "streamnative_apikey" "test-admin-a" {
48
depends_on = [streamnative_apikey.test-admin-a]
49
organization = streamnative_apikey.test-admin-a.organization
50
name = streamnative_apikey.test-admin-a.name
51
- private_key = streamnative_apikey.test-admin-a.private_key
52
}
53
54
output "apikey" {
0 commit comments