Skip to content

Commit f617635

Browse files
committed
fix: fix typo
1 parent d5012b4 commit f617635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ resource "bytebase_instance" "prod" {
9393
# Create a new role named "role_test_terraform" in the instance "test-sample-instance"
9494
resource "bytebase_instance_role" "test" {
9595
name = local.role_name
96-
instance = bytebase_instance.sample.resource_id
96+
instance = bytebase_instance.test.resource_id
9797

9898
password = "123456"
9999
connection_limit = 10

0 commit comments

Comments
 (0)