Skip to content
Snippets Groups Projects
  1. Sep 05, 2018
  2. Jul 05, 2018
  3. May 08, 2018
  4. May 02, 2018
  5. 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
  6. Oct 27, 2017
  7. Sep 08, 2017
    • Tennis Smith's avatar
      Add bastion host definitions (#1621) · a47aaae0
      Tennis Smith authored
      * Add comment line and documentation for bastion host usage
      
      * Take out unneeded sudo parm
      
      * Remove blank lines
      
      * revert changes
      
      * take out disabling of strict host checking
      a47aaae0
  8. Sep 05, 2017
  9. Jun 16, 2017
  10. Apr 12, 2017
  11. Mar 06, 2017
    • Vincent Schwarzer's avatar
      Rewrote AWS Terraform for Kargo · 3c6b1480
      Vincent Schwarzer authored
      Rewrote AWS Terraform deployment for AWS Kargo. It supports now
      multiple Availability Zones, AWS Loadbalancer for Kubernetes API,
      Bastion Host, ...
      
      For more information see README
      3c6b1480
  12. Jun 07, 2016
Loading