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