You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/05 11:49:26 UTC

[incubator-dlab] branch DLAB-terraform-ssn-k8s updated: updated Ubuntu AMI to 18.04

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform-ssn-k8s
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform-ssn-k8s by this push:
     new 7958b4d  updated Ubuntu AMI to 18.04
7958b4d is described below

commit 7958b4da8f869a8b9e8e400f41545a097c3209be
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Jul 5 14:49:19 2019 +0300

    updated Ubuntu AMI to 18.04
---
 infrastructure-provisioning/terraform/aws/main/variables.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/aws/main/variables.tf b/infrastructure-provisioning/terraform/aws/main/variables.tf
index 62ce7c7..23e6935 100644
--- a/infrastructure-provisioning/terraform/aws/main/variables.tf
+++ b/infrastructure-provisioning/terraform/aws/main/variables.tf
@@ -64,7 +64,7 @@ variable "subnet_cidr" {
   default = "172.31.0.0/24"
 }
 variable "ami" {
-  default = "ami-08692d171e3cf02d6"
+  default = "ami-0c579621aaac8bade"
 }
 variable "ssn_k8s_masters_count" {
   default = 3


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org