clusterinthecloud / terraform

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

Fix some warnings from newer terraform #56

Closed christopheredsall closed 4 years ago

christopheredsall commented 4 years ago

The warnings were "Quoted references are deprecated" for the google one and "External references from destroy provisioners are deprecated" for oracle

All three cloud services (aws, google, oracle) will still need a fix to safely refer to the SSH private key at destroy time.

(See #55)