Skip to content

Commit 28666f2

Browse files
authored
chore: update basic example (#70)
1 parent 161158c commit 28666f2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ module "cloud_monitoring" {
2424
region = var.region
2525
resource_tags = var.resource_tags
2626
instance_name = local.cloud_monitoring_instance_name
27-
plan = var.plan
27+
plan = "graduated-tier"
2828
}

examples/basic/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,3 @@ variable "resource_tags" {
3737
description = "List of resource tag to associate with all resource instances created by this example."
3838
default = []
3939
}
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)"
44-
default = "graduated-tier"
45-
}

0 commit comments

Comments
 (0)