You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/stack.html.markdown.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ The following arguments are supported:
47
47
48
48
*`name` - (Required) Name of the stack.
49
49
*`project_id` - (Required) ID of the project where the stack should be created.
50
-
*`description` - (Optional) Description of the stack
51
50
*`vcs_repo` - (Required) Settings for the stack's VCS repository.
51
+
*`description` - (Optional) Description of the stack
52
52
<!--
53
53
NOTE: This is a proposed schema for allowing force-delete actions on a stack. Force delete is not implemented yet so I've commented it out for now.
54
54
@@ -64,7 +64,7 @@ The `vcs_repo` block supports:
64
64
## Attributes Reference
65
65
66
66
*`id` - The stack ID.
67
-
*`deployment_names` - A set of names of the deployments in the last configuration fetched for this stack. This attribute will be empty when the resource is created and will remain empty until a configuration is fetched.
67
+
*`deployment_names` - The set of deployment names used in the last configuration for this stack. This attribute will be empty when the resource is created and will remain empty until a configuration is fetched.
0 commit comments