Skip to content

Commit

Permalink
Merge pull request #177 from gthao313/integ-test-ec2-nodegroup
Browse files Browse the repository at this point in the history
create instances via nodegroup
  • Loading branch information
gthao313 committed Jun 24, 2022
2 parents 7a203fc + da4ee9c commit 4a4bb8a
Show file tree
Hide file tree
Showing 8 changed files with 766 additions and 533 deletions.
92 changes: 45 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions integ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ publish = false
[dependencies]
models = { path = "../models", version = "0.1.0" }

aws-config = "0.10.1"
aws-sdk-ec2 = "0.10.1"
aws-sdk-eks = "0.10.1"
aws-sdk-iam = "0.10.1"
aws-sdk-ssm = "0.10.1"
aws-config = "0.13.0"
aws-sdk-ec2 = "0.13.0"
aws-sdk-eks = "0.13.0"
aws-sdk-iam = "0.13.0"
aws-sdk-ssm = "0.13.0"
async-trait = "0.1"
base64 = "0.13.0"
chrono = "0.4"
Expand Down
Loading

0 comments on commit 4a4bb8a

Please sign in to comment.