You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"oraclepaas_java_access_rule" {
source=null# description - (required) is a type of stringdescription=null# destination - (required) is a type of stringdestination=null# enabled - (optional) is a type of boolenabled=null# name - (required) is a type of stringname=null# ports - (required) is a type of stringports=null# protocol - (optional) is a type of stringprotocol=null# service_instance_id - (required) is a type of stringservice_instance_id=null# source - (required) is a type of stringtimeouts=[{
create =null
delete =null
}]
}
resource"oraclepaas_java_access_rule""this" {
# description - (required) is a type of stringdescription=var.description# destination - (required) is a type of stringdestination=var.destination# enabled - (optional) is a type of boolenabled=var.enabled# name - (required) is a type of stringname=var.name# ports - (required) is a type of stringports=var.ports# protocol - (optional) is a type of stringprotocol=var.protocol# service_instance_id - (required) is a type of stringservice_instance_id=var.service_instance_id# source - (required) is a type of stringsource=var.sourcedynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
}
}
}