@@ -55,14 +55,14 @@ When using Bitbucket Data Center, you must use three required fields: `key`, `se
55
55
56
56
``` hcl
57
57
resource "tfe_oauth_client" "test" {
58
- name = "my-bbs -oauth-client"
58
+ name = "my-bbdc -oauth-client"
59
59
organization = "my-org-name"
60
- api_url = "https://bbs .example.com"
61
- http_url = "https://bss .example.com"
60
+ api_url = "https://bbdc .example.com"
61
+ http_url = "https://bbdc .example.com"
62
62
key = "<consumer key>"
63
63
secret = "-----BEGIN RSA PRIVATE KEY-----\ncontent\n-----END RSA PRIVATE KEY-----"
64
64
rsa_public_key = "-----BEGIN PUBLIC KEY-----\ncontent\n-----END PUBLIC KEY-----"
65
- service_provider = "bitbucket_server "
65
+ service_provider = "bitbucket_data_center "
66
66
}
67
67
```
68
68
@@ -80,11 +80,11 @@ The following arguments are supported:
80
80
* ` private_key ` - (Required for ` ado_server ` ) The text of the private key associated with your Azure DevOps Server account
81
81
* ` key ` - The OAuth Client key can refer to a Consumer Key, Application Key,
82
82
or another type of client key for the VCS provider.
83
- * ` secret ` - (Required for ` bitbucket_server ` ) The OAuth Client secret is used for Bitbucket Data Center, this secret is the
83
+ * ` secret ` - (Required for ` bitbucket_data_center ` ) The OAuth Client secret is used for Bitbucket Data Center, this secret is the
84
84
the text of the SSH private key associated with your Bitbucket Data Center
85
85
Application Link.
86
- * ` rsa_public_key ` - (Required for ` bitbucket_server ` ) Required for BitBucket
87
- Server in conjunction with the secret. Not used for any other providers. The
86
+ * ` rsa_public_key ` - (Required for ` bitbucket_data_center ` ) Required for Bitbucket
87
+ Data Center in conjunction with the secret. Not used for any other providers. The
88
88
text of the SSH public key associated with your Bitbucket Data Center Application
89
89
Link.
90
90
* ` service_provider ` - (Required) The VCS provider being connected with. Valid
0 commit comments