File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
cloud-foundation/modules/cloud-foundation-library/database/adw_data_safe Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # # Copyright © 2022 , Oracle and/or its affiliates.
1
+ # # Copyright © 2023 , Oracle and/or its affiliates.
2
2
# # All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
resource "oci_database_autonomous_database" "adw" {
Original file line number Diff line number Diff line change 1
- # # Copyright © 2022 , Oracle and/or its affiliates.
1
+ # # Copyright © 2023 , Oracle and/or its affiliates.
2
2
# # All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
output "ADW_Service_Console_URL" {
5
- value = join ( " , " , [for x in oci_database_autonomous_database . adw : x . service_console_url ])
5
+ value = [for x in oci_database_autonomous_database . adw : x . service_console_url ]
6
6
}
7
7
8
8
output "adw" {
Original file line number Diff line number Diff line change 1
- # # Copyright © 2022 , Oracle and/or its affiliates.
1
+ # # Copyright © 2023 , Oracle and/or its affiliates.
2
2
# # All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
variable "adw_params" {
You can’t perform that action at this time.
0 commit comments