Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jan 29, 2024
1 parent 1c91c2f commit 15b1d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/aws_ssh/aem.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aem_instance" "single" {
depends_on = [aws_instance.aem_single, aws_volume_attachment.aem_single_data]

client {
client { // see available options: https://github.com/wttech/terraform-provider-aem/blob/main/internal/client/client_manager.go
type = "ssh"
settings = {
host = aws_instance.aem_single.public_ip
Expand Down
2 changes: 1 addition & 1 deletion examples/aws_ssm/aem.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aem_instance" "single" {
depends_on = [aws_instance.aem_single, aws_volume_attachment.aem_single_data]

client {
client { // see available options: https://github.com/wttech/terraform-provider-aem/blob/main/internal/client/client_manager.go
type = "aws-ssm"
settings = {
instance_id = aws_instance.aem_single.id
Expand Down

0 comments on commit 15b1d10

Please sign in to comment.