Skip to content

Commit 9a5200e

Browse files
committed
Merge branch 'chore/update' of github.com:bytebase/terraform-provider-bytebase into chore/update
2 parents 5df44eb + 232663d commit 9a5200e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
TF_ACC: '1'
5454
BYTEBASE_SERVICE_ACCOUNT: '[email protected]'
5555
BYTEBASE_SERVICE_KEY: 'test_secret'
56-
BYTEBASE_URL: 'mock_url'
56+
BYTEBASE_URL: 'https://bytebase.example.com'

examples/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ provider "bytebase" {
1313
# You need to replace the account and key with your Bytebase service account.
1414
service_account = "[email protected]"
1515
service_key = "bbs_qHX6CswQ1nMMELSCc2lk"
16-
url = "http://localhost:8080"
16+
url = "https://bytebase.example.com"
1717
}
1818

1919
locals {

0 commit comments

Comments
 (0)