Skip to content

Commit

Permalink
examples/complete: improve the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shanye997 committed May 6, 2024
1 parent 62dac94 commit 1676fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module "example" {
#alicloud_db_instance
engine = "MySQL"
engine_version = "5.6"
rds_instance_type = data.alicloud_db_instance_classes.default.instance_classes.0.instance_class
rds_instance_type = data.alicloud_db_instance_classes.default.instance_classes.1.instance_class
instance_storage = var.instance_storage
instance_charge_type = var.instance_charge_type
monitoring_period = var.monitoring_period
Expand Down

0 comments on commit 1676fe8

Please sign in to comment.