Skip to content

Commit 546c6ae

Browse files
committed
docs: update restart_policy for service. Closes kreuzwerker#228
1 parent 6248c69 commit 546c6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/r/service.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ resource "docker_service" "foo" {
191191
}
192192
}
193193
194-
restart_policy {
194+
restart_policy = {
195195
condition = "on-failure"
196196
delay = "3s"
197197
max_attempts = 4

0 commit comments

Comments
 (0)