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
➜ oci-nfs git:(master) ✗ terraform plan
╷
│ Error: Error in function call
│
│ on bastion.tf line 206, in resource "oci_core_instance" "storage_server":
│ 206: user_data = base64encode(join("\n", list(
│ 207: "#!/usr/bin/env bash",
│ 208: "set -x",
│ 209: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
╵
╷
│ Error: Error in function call
│
│ on bastion.tf line 276, in resource "oci_core_instance" "client_node":
│ 276: user_data = base64encode(join("\n", list(
│ 277: "#!/usr/bin/env bash",
│ 278: "set -x",
│ 279: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
╵
╷
│ Error: Error in function call
│
│ on bastion.tf line 334, in resource "oci_core_instance" "quorum_server":
│ 334: user_data = base64encode(join("\n", list(
│ 335: "#!/usr/bin/env bash",
│ 336: "set -x",
│ 337: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
╵
╷
│ Error: Error in function call
│
│ on grafana.tf line 36, in resource "oci_core_instance" "monitoring_server":
│ 36: user_data = base64encode(join("\n", list(
│ 37: "#!/usr/bin/env bash",
│ 38: "set -x",
│ 39: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
The text was updated successfully, but these errors were encountered:
➜ oci-nfs git:(master) ✗ terraform plan
╷
│ Error: Error in function call
│
│ on bastion.tf line 206, in resource "oci_core_instance" "storage_server":
│ 206: user_data = base64encode(join("\n", list(
│ 207: "#!/usr/bin/env bash",
│ 208: "set -x",
│ 209: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
╵
╷
│ Error: Error in function call
│
│ on bastion.tf line 276, in resource "oci_core_instance" "client_node":
│ 276: user_data = base64encode(join("\n", list(
│ 277: "#!/usr/bin/env bash",
│ 278: "set -x",
│ 279: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
╵
╷
│ Error: Error in function call
│
│ on bastion.tf line 334, in resource "oci_core_instance" "quorum_server":
│ 334: user_data = base64encode(join("\n", list(
│ 335: "#!/usr/bin/env bash",
│ 336: "set -x",
│ 337: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
╵
╷
│ Error: Error in function call
│
│ on grafana.tf line 36, in resource "oci_core_instance" "monitoring_server":
│ 36: user_data = base64encode(join("\n", list(
│ 37: "#!/usr/bin/env bash",
│ 38: "set -x",
│ 39: )))
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
The text was updated successfully, but these errors were encountered: