Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ module "cloud_monitoring" {
region = var.region
resource_tags = var.resource_tags
instance_name = local.cloud_monitoring_instance_name
plan = var.plan
plan = "graduated-tier"
}
6 changes: 0 additions & 6 deletions examples/basic/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ variable "resource_tags" {
description = "List of resource tag to associate with all resource instances created by this example."
default = []
}

variable "plan" {
type = string
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)"
default = "graduated-tier"
}