feat: DEV provider 3.1.1 with mtls support, regenerated resources

This commit is contained in:
“Naeel”
2026-07-17 13:43:22 +04:00
parent 205fd02c39
commit e822009cfb
76 changed files with 31252 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
nubes = {
source = "registry.kube5s.ru/nubes-dev/nubes"
version = "3.1.0"
version = "3.1.1"
}
}
}
+6
View File
@@ -44,6 +44,12 @@ resource "nubes_postgres" "npg" {
quota = 100
}
mtls_configuration = {
type = "off"
duration_ca = 175200
duration_server = 87600
}
operation_timeout = "11m"
adopt_existing_on_create = true
}