Skip to content

Commit

Permalink
Remove unused full image
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Dec 12, 2023
1 parent f9160b7 commit cf760c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ AWS pipeline library for [Flowpipe](https://flowpipe.io), enabling seamless inte

<img src="https://github.com/turbot/flowpipe-mod-aws/blob/main/docs/images/aws_ec2_start_instances.png?raw=true" width="50%">

![image](https://github.com/turbot/flowpipe-mod-aws/blob/main/docs/images/aws_ec2_start_instances.png?raw=true)

## Documentation

- **[Pipelines →](https://hub.flowpipe.io/mods/turbot/aws/pipelines)**
Expand Down
2 changes: 1 addition & 1 deletion pipelines/ec2/start_ec2_instances.fp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline "start_ec2_instances" {
env = merge(credential.aws[param.cred].env, { AWS_REGION = param.region })
}

output "starting_ec2_instances" {
output "instance" {
description = "Information about the started instances."
value = jsondecode(step.container.start_ec2_instances.stdout).StartingInstances
}
Expand Down

0 comments on commit cf760c1

Please sign in to comment.