stand(CRUD): refactor resource names, drop git_revision, add adopt_existing, provider 5.0.5

This commit is contained in:
“Naeel”
2026-08-13 12:49:46 +04:00
parent 657157527b
commit 05694a3446
5 changed files with 11 additions and 13 deletions
+2 -2
View File
@@ -8,6 +8,8 @@ locals {
resource "nubes_lucee" "applucee" {
resource_name = local.lucee_resource_name
adopt_existing_on_create = true
startup_configuration = {
resource_realm = var.realm
}
@@ -27,8 +29,6 @@ resource "nubes_lucee" "applucee" {
git_path = local.lucee_git_path
}
git_revision = local.lucee_git_revision
json_env = jsonencode({
TABLE_NAME = local.crud_table_name
testds_class = local.jdbc_class