Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / CI (pull_request) Failing after 13m53s
CI Workflow / Code coverage report (pull_request) Has been skipped
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 16m47s
8 lines
240 B
HCL
8 lines
240 B
HCL
data "stackitprivatepreview_sqlserverflexalpha_flavor" "flavor" {
|
|
project_id = var.project_id
|
|
region = var.region
|
|
cpu = 4
|
|
ram = 16
|
|
node_type = "Single"
|
|
storage_class = "premium-perf2-stackit"
|
|
}
|