Skip to content

Commit 4a8632f

Browse files
committed
Power VS: Fix comment on default for wait_for_workspace
1 parent 39ba562 commit 4a8632f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/powervs/variables-powervs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "powervs_service_instance_name" {
4747

4848
variable "powervs_wait_for_workspace" {
4949
type = string
50-
description = "The seconds wait for the Power VS Workspace after creation, default is 60s"
50+
description = "The seconds wait for the Power VS Workspace after creation, default is 3m"
5151
default = "3m"
5252
}
5353

0 commit comments

Comments
 (0)