Carga inicial
This commit is contained in:
15
variables_sei_nfs.tf
Normal file
15
variables_sei_nfs.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright (c) 2023, 2025, Oracle and/or its affiliates.
|
||||
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
|
||||
|
||||
# ------------------------------------------------------
|
||||
variable "sei_nfs_name" {
|
||||
type = string
|
||||
default = "nfs-sei"
|
||||
description = "Nome do FSS para o SEI"
|
||||
}
|
||||
|
||||
variable "sei_mount_target_ip_address" {
|
||||
type = string
|
||||
default = "10.191.228.100"
|
||||
description = "IP Address para o mount target"
|
||||
}
|
||||
Reference in New Issue
Block a user