Skip to content
  1. Dec 23, 2017
  2. Dec 22, 2017
  3. Dec 21, 2017
  4. Dec 20, 2017
  5. Dec 19, 2017
  6. Dec 15, 2017
  7. Dec 14, 2017
  8. Dec 12, 2017
  9. Dec 11, 2017
  10. Dec 10, 2017
  11. Dec 08, 2017
  12. Dec 07, 2017
  13. Dec 06, 2017
  14. Dec 05, 2017
  15. Dec 04, 2017
  16. Nov 30, 2017
    • Jean-Marie F's avatar
      Terraform - Remove the need for region specific reference data (#1962) · ca8a9c60
      Jean-Marie F authored
      * Dynamically retrieve aws_bastion_ami latest reference by querying AWS rather than hard coded
      
      * Dynamically retrieve the list of availability_zones instead of needing to have them hard coded
      
      * Limit availability zones to first 2, using slice extrapolation function
      
      * Replace the need for hardcoded variable "aws_cluster_ami" by the data provided by Terraform
      
      * Move ami choosing to vars, so people don't need to edit create infrastructure if they want another vendor image (as suggested by @atoms)
      
      * Make name of the data block agnostic of distribution, given there are more than one distribution supported
      
      * Add documentation about other distros being supported and what to change in which location to make these changes
      ca8a9c60
Loading