Skip to content

Commit 1c97580

Browse files
authored
Update API key data example (#113)
Update example
1 parent ef266c4 commit 1c97580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/apikey/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ data "streamnative_apikey" "test-admin-a" {
4848
depends_on = [streamnative_apikey.test-admin-a]
4949
organization = streamnative_apikey.test-admin-a.organization
5050
name = streamnative_apikey.test-admin-a.name
51-
private_key = streamnative_apikey.test-admin-a.private_key
5251
}
5352

5453
output "apikey" {

0 commit comments

Comments
 (0)