Skip to content

Commit 389ff9f

Browse files
committed
update example
1 parent 090d896 commit 389ff9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/oidcprovider/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ provider "plural" {
1212
}
1313

1414
resource "plural_oidc_provider" "provider" {
15-
name = "marcin"
15+
name = "tf-test-provider"
16+
auth_method = "BASIC"
1617
type = "PLURAL"
1718
description = "test provider"
18-
redirect_uris = ["abc", "xyz"]
19+
redirect_uris = ["localhost:8000"]
1920
}

0 commit comments

Comments
 (0)