stand(CRUD): refactor resource names, drop git_revision, add adopt_existing, provider 5.0.5
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user