Manages an App Runner Deployment Operation.
resource "aws_apprunner_deployment" "example" {
service_arn = aws_apprunner_service.example.arn
}
The following arguments supported:
service_arn
- (Required) The Amazon Resource Name (ARN) of the App Runner service to start the deployment for.This resource exports the following attributes in addition to the arguments above:
id
- A unique identifier for the deployment.operation_id
- The unique ID of the operation associated with deployment.status
- The current status of the App Runner service deployment.