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.
2 parents 5df44eb + 232663d commit 9a5200eCopy full SHA for 9a5200e
.github/workflows/tests.yml
@@ -53,4 +53,4 @@ jobs:
53
TF_ACC: '1'
54
BYTEBASE_SERVICE_ACCOUNT: '[email protected]'
55
BYTEBASE_SERVICE_KEY: 'test_secret'
56
- BYTEBASE_URL: 'mock_url'
+ BYTEBASE_URL: 'https://bytebase.example.com'
examples/main.tf
@@ -13,7 +13,7 @@ provider "bytebase" {
13
# You need to replace the account and key with your Bytebase service account.
14
service_account = "[email protected]"
15
service_key = "bbs_qHX6CswQ1nMMELSCc2lk"
16
- url = "http://localhost:8080"
+ url = "https://bytebase.example.com"
17
}
18
19
locals {
0 commit comments