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

chore: add more examples
This commit is contained in:
Marcel_Henselin 2026-02-17 10:40:16 +01:00
parent aa1943a20a
commit e54bd81c67

View file

@ -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"
}
}