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 -1
View File
@@ -11,6 +11,8 @@ locals {
resource "nubes_nodejs" "appnodejs" {
resource_name = local.nodejs_resource_name
adopt_existing_on_create = true
startup_configuration = {
resource_realm = var.realm
}
@@ -31,7 +33,6 @@ resource "nubes_nodejs" "appnodejs" {
health_path = "/"
}
git_revision = local.nodejs_git_revision
operation_timeout = local.nodejs_timeout
json_env = jsonencode({