clusterinthecloud / terraform

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

Only create one mount target #3

Closed milliams closed 5 years ago

milliams commented 5 years ago

I believe that instances in all ADs can communicate to a mount target in any AD. Therefore we don't need to create an array of mount targets.

We should edit ClusterFSMountTarget in mount_target.tf to create a single entry, not a list.