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 60e3dbe commit b06deeaCopy full SHA for b06deea
examples/datasource/imis/main.tf
@@ -16,16 +16,17 @@ provider "intelcloud" {
16
}
17
18
19
-data "intelcloud_imis" "filtered_imis" {
20
- clusteruuid = "<your-cluster-uuid>"
21
- filters = [
22
- {
23
- name = "instance-type"
24
- values = ["vm-spr-sml"]
25
- },
26
- ]
27
-}
28
-
29
-output "print_images" {
30
- value = data.intelcloud_imis.filtered_imis
31
+// Commenting this temporarily as it is won't work without merging the PR for imis datasource
+#data "intelcloud_imis" "filtered_imis" {
+# clusteruuid = "<your-cluster-uuid>"
+# filters = [
+# {
+# name = "instance-type"
+# values = ["vm-spr-sml"]
+# },
+# ]
+#}
+#
+#output "print_images" {
+# value = data.intelcloud_imis.filtered_imis
32
0 commit comments