diff --git a/examples/regress-2555/index.ts b/examples/regress-2555/index.ts index ac9975bbf1c..fa25f897347 100644 --- a/examples/regress-2555/index.ts +++ b/examples/regress-2555/index.ts @@ -42,7 +42,6 @@ let content = doc.replace("{STEP}", String(step)); // Create the SSM Automation Runbook const nodeBuildRunbookDoc = new aws.ssm.Document('nodeBuildRunbook-doc', { - name: 'nodeBuildRunbook', content: content, documentType: 'Automation', documentFormat: 'YAML', diff --git a/examples/regress-2555/step1/index.ts b/examples/regress-2555/step1/index.ts index 7c2dcf88a33..d9c89264337 100644 --- a/examples/regress-2555/step1/index.ts +++ b/examples/regress-2555/step1/index.ts @@ -42,7 +42,6 @@ let content = doc.replace("{STEP}", String(step)); // Create the SSM Automation Runbook const nodeBuildRunbookDoc = new aws.ssm.Document('nodeBuildRunbook-doc', { - name: 'nodeBuildRunbook', content: content, documentType: 'Automation', documentFormat: 'YAML',