Skip to content

Commit

Permalink
create instances via nodegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
gthao313 committed Jun 13, 2022
1 parent 64f194d commit 8f11bf3
Show file tree
Hide file tree
Showing 8 changed files with 744 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.12.0"
aws-sdk-ec2 = "0.12.0"
aws-sdk-eks = "0.12.0"
aws-sdk-iam = "0.12.0"
aws-sdk-ssm = "0.12.0"
async-trait = "0.1"
base64 = "0.13.0"
chrono = "0.4"
Expand Down
Loading

0 comments on commit 8f11bf3

Please sign in to comment.