Skip to content

Commit 11ae583

Browse files
committed
update
1 parent 1f9f7a6 commit 11ae583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/r/autoscale_policy.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resource "cloudstack_condition" "scale_up_condition" {
1818
relational_operator = "GT"
1919
threshold = 80.0
2020
account_name = "admin"
21-
domain_id = "1"
21+
domain_id = "67bc8dbe-8416-11f0-9a72-1e001b000238"
2222
}
2323
2424
resource "cloudstack_autoscale_policy" "scale_up_policy" {

website/docs/r/autoscale_vm_group.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "cloudstack_autoscale_vm_group" "vm_group" {
2121
max_members = 5
2222
vm_profile_id = cloudstack_autoscale_vm_profile.profile.id
2323
state = "enable" # or "disable"
24-
cleanup = true
24+
cleanup = true # or false
2525
2626
scaleup_policy_ids = [
2727
cloudstack_autoscale_policy.scale_up_policy.id

0 commit comments

Comments
 (0)