Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 14, 2023
1 parent 91b0408 commit d7a8d60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ resource "aem_instance" "single" {
private_key = file(local.ssh_private_key)
}
}
compose {}
}
locals {
Expand Down Expand Up @@ -84,6 +86,7 @@ resource "aem_instance" "single" {
)
SHELL
}
compose {}
}
Expand Down
3 changes: 1 addition & 2 deletions examples/ssh/aem.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ resource "aem_instance" "single" {
SHELL
}

compose {}
// must be at least empty
compose {} // must be at least empty
}

locals {
Expand Down

0 comments on commit d7a8d60

Please sign in to comment.