DevopsArtFactory / goployer

AWS Deployer with Go
https://goployer.dev
Apache License 2.0
72 stars 13 forks source link

make keypair optional #138

Closed GwonsooLee closed 3 years ago

GwonsooLee commented 3 years ago

Keypair for EC2 instance is optional. It means that if there is no keypair, then goployer should launch instances with no keypair.

codecov[bot] commented 3 years ago

Codecov Report

Merging #138 (0028fd0) into main (cb214de) will increase coverage by 0.36%. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##            main    #138      +/-   ##
========================================
+ Coverage   4.82%   5.19%   +0.36%     
========================================
  Files         29      29              
  Lines       4721    5315     +594     
========================================
+ Hits         228     276      +48     
- Misses      4481    5027     +546     
  Partials      12      12              
Impacted Files Coverage Δ
pkg/aws/ec2.go 0.00% <0.00%> (ø)
pkg/tool/frigga.go 26.08% <0.00%> (-3.33%) :arrow_down:
pkg/aws/s3.go 0.00% <0.00%> (ø)
pkg/aws/aws.go 0.00% <0.00%> (ø)
pkg/aws/elb.go 0.00% <0.00%> (ø)
pkg/aws/ssm.go 0.00% <0.00%> (ø)
pkg/aws/elbv2.go 0.00% <0.00%> (ø)
pkg/tool/color.go 0.00% <0.00%> (ø)
pkg/slack/slack.go 0.00% <0.00%> (ø)
... and 20 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cb214de...0028fd0. Read the comment docs.