diff --git a/builtin/providers/aws/resource_aws_ssm_association_test.go b/builtin/providers/aws/resource_aws_ssm_association_test.go index 42454cd396..6a705164d7 100644 --- a/builtin/providers/aws/resource_aws_ssm_association_test.go +++ b/builtin/providers/aws/resource_aws_ssm_association_test.go @@ -106,6 +106,7 @@ resource "aws_instance" "foo" { resource "aws_ssm_document" "foo_document" { name = "test_document_association-%s", + document_type = "Command" content = <