diff --git a/examples/aws_ssh/aem.tf b/examples/aws_ssh/aem.tf index 53e7b3e..65c932f 100644 --- a/examples/aws_ssh/aem.tf +++ b/examples/aws_ssh/aem.tf @@ -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 diff --git a/examples/aws_ssm/aem.tf b/examples/aws_ssm/aem.tf index c4fea01..dcf9c9e 100644 --- a/examples/aws_ssm/aem.tf +++ b/examples/aws_ssm/aem.tf @@ -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