Documentation minor issue when creating the private service
fdoa opened this issue · 2 comments
fdoa commented
In the below snippet, need to rename from lb-private-fargate-svc to private-fargate-svc
aws proton-preview create-service \ --region us-east-2 \ --service-name "back-end" \ --repository-connection-arn arn:aws:codestar-connections:us-east-2:${account_id}:connection/<your-codestar-connection-id> \ --repository-id "<your-source-repo-account>/<your-repository-name>" \ --branch "main" \ --template-major-version-id 1 \ --service-template-arn arn:aws:proton:us-east-2:${account_id}:service-template/lb-private-fargate-svc \ --spec file://specs/svc-private-spec.yaml
henrybravo commented
thanks for commenting, this is fixed in: #18 @rafavallina
rafavallina commented
Closing as it is fixed