clusterinthecloud / terraform

Terraform config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
20 stars 23 forks source link

Changed ecdsa_curve to rsa_bits #70

Closed GMW99 closed 2 years ago

GMW99 commented 2 years ago

When validating the AWS terraform folder an error occurred in the compute.ts file: "Expected ecdsa_curve to be one of [P224 P256 P384 P521]". As the comment states, AWS only supports RSA; the command was changed from expecting an ecdsa_curve to rsa_bits, which subsequently removes the error and allows validation to succeed.

milliams commented 2 years ago

This makes sense, I guess it was using some default before.