diff --git a/docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx b/docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx index 758ed6e53..751a6d1af 100644 --- a/docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx +++ b/docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx @@ -270,7 +270,7 @@ boilerplate \ --var 'AccountName=dev' \ --var 'GitHubOrgName=acme' \ --var 'GitHubRepoName=infrastructure-live' \ - --var 'AWSAccountID=123456789012' \ + --var 'AWSAccountID="123456789012"' \ --var 'AWSRegion=us-east-1' \ --var 'StateBucketName=my-state-bucket' \ --non-interactive @@ -282,7 +282,7 @@ You can also choose to store these values in a YAML file and pass it to Boilerpl AccountName: dev GitHubOrgName: acme GitHubRepoName: infrastructure-live -AWSAccountID: 123456789012 +AWSAccountID: "123456789012" AWSRegion: us-east-1 StateBucketName: my-state-bucket ```