fix: try fix encryption save
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 6s
CI Workflow / CI run tests (pull_request) Failing after 23m3s
CI Workflow / CI run build and linting (pull_request) Successful in 25m5s
CI Workflow / Code coverage report (pull_request) Successful in 6s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 34m59s
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 6s
CI Workflow / CI run tests (pull_request) Failing after 23m3s
CI Workflow / CI run build and linting (pull_request) Successful in 25m5s
CI Workflow / Code coverage report (pull_request) Successful in 6s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 34m59s
chore: add more examples
This commit is contained in:
parent
aa1943a20a
commit
e54bd81c67
1 changed files with 9 additions and 0 deletions
|
|
@ -13,3 +13,12 @@ import {
|
|||
id = "${var.project_id},${var.region},${var.sql_instance_id},${var.sql_user_id}"
|
||||
}
|
||||
|
||||
import {
|
||||
to = stackitprivatepreview_sqlserverflexalpha_database.import-example
|
||||
identity = {
|
||||
project_id = "project.id"
|
||||
region = "region"
|
||||
instance_id = "instance.id"
|
||||
database_id = "database.id"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue