We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578403f commit caa2d79Copy full SHA for caa2d79
datasources.tf
@@ -37,4 +37,9 @@ data "oci_objectstorage_namespace" "bucket_namespace" {
37
38
data "oci_core_image" "cn_sftp_server_image" {
39
image_id = var.servers_image_id
40
+}
41
+
42
+data "oci_core_shapes" "compute_flexible_shapes" {
43
+ compartment_id = var.servers_compartment_id
44
+ image_id = var.servers_image_id
45
}
0 commit comments