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

lfrolov pushed a commit to branch DATALAB-2551
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2551 by this push:
     new 42ed78991 [DATALAB-2551]: changed aws tf default ami
42ed78991 is described below

commit 42ed7899108ea1b7b6c80ba6a2a39f2b866f12c7
Author: leonidfrolov <[email protected]>
AuthorDate: Fri May 20 15:52:34 2022 +0300

    [DATALAB-2551]: changed aws tf default ami
---
 infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf 
b/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf
index 833afeb7c..65311ac3d 100644
--- a/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf
+++ b/infrastructure-provisioning/terraform/aws/endpoint/main/variables.tf
@@ -41,7 +41,7 @@ variable "endpoint_instance_shape" {}
 variable "key_name" {}
 
 variable "ami" {
-  default = "ami-07b4f3c02c7f83d59"
+  default = "ami-07dd19a7900a1f049"
 }
 
 variable "vpc_id" {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to