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 43674e924 [DATALAB-2551]: changed azure tf default ami
43674e924 is described below
commit 43674e9246f04c8def9ac9ae9c2020213e77b294
Author: leonidfrolov <[email protected]>
AuthorDate: Fri May 20 12:37:13 2022 +0300
[DATALAB-2551]: changed azure tf default ami
---
infrastructure-provisioning/terraform/azure/endpoint/main/variables.tf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/infrastructure-provisioning/terraform/azure/endpoint/main/variables.tf
b/infrastructure-provisioning/terraform/azure/endpoint/main/variables.tf
index e250793b4..b3624f406 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/variables.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/variables.tf
@@ -56,7 +56,7 @@ variable "subnet_cidr" {}
variable "endpoint_shape" {}
variable "ami" {
- default = "Canonical_UbuntuServer_16.04-LTS"
+ default = "Canonical_0001-com-ubuntu-server-focal_20.04-lts"
}
variable "endpoint_volume_size" {}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]