resource "stackit_mongodbflex_instance" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "example-instance"
acl = ["0.0.0.0/0"]
flavor = {
cpu = 1
ram = 4
}
replicas = 1
storage = {
class = "premium-perf2-mongodb"
size = 10
}
version = "7.0"
options = {
type = "Single"
snapshot_retention_days = 3
point_in_time_window_hours = 30
}
backup_schedule = "0 0 * * *"
}
with stackit_mongodbflex_instance.mongodb-cluster (mongodb-cluster),
│ on cdk.tf.json line 132, in resource.stackit_mongodbflex_instance.mongodb-cluster (mongodb-cluster):
│ 132: }
│
│ Calling API: 404 Not Found, status code 404, Body: {"message":"mongodb not
│ found","code":404,"type":"NotFound"}
│
│
│ Trace ID: "8eb72ba607dc14ea50e36e259d23936c"
Description
Calling API: 404 Not Found, status code 404, Body: {"message":"mongodb not │ found","code":404,"type":"NotFound"}Steps to reproduce
terraform applyActual behavior
Expected behaviour
Environment
terraform --version):v1.15.2v0.115.0&v.114.0as wellAdditional information