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
Copy file name to clipboardExpand all lines: examples/basic/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,9 @@ variable "resource_tags" {
37
37
description="List of resource tag to associate with all resource instances created by this example."
38
38
default=[]
39
39
}
40
+
41
+
variable"plan" {
42
+
type=string
43
+
description="The IBM Cloud Monitoring plan to provision. Available: lite, graduated-tier and graduated-tier-sysdig-secure-plus-monitor (available in region eu-fr2 only)"
0 commit comments