Skip to content

Commit

Permalink
Fix metadata and add outputs section
Browse files Browse the repository at this point in the history
  • Loading branch information
toricls committed Jun 15, 2021
1 parent b93ecbd commit 375b86a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: CloudFormation template that deploys hello-app-runner app
Resources:
Service:
Metadata:
'hello-app-runner example service'
'aws:apprunner:description': 'hello-app-runner example service'
Type: AWS::AppRunner::Service
Properties:
ServiceName: hello-app-runner
Expand All @@ -16,3 +16,7 @@ Resources:
ImageRepositoryType: ECR_PUBLIC
ImageConfiguration:
Port: 8000
Outputs:
Endpoint:
Description: "The endpoint of the App Runner service."
Value: !GetAtt Service.ServiceUrl

0 comments on commit 375b86a

Please sign in to comment.