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 318cbe2e6 [DATALAB-2551]: changed azure tf default ami
318cbe2e6 is described below
commit 318cbe2e6eeb9fa8cc3a9b426f658c656c56e061
Author: leonidfrolov <[email protected]>
AuthorDate: Fri May 20 12:46:56 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 b3624f406..ed835f4e0 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_0001-com-ubuntu-server-focal_20.04-lts"
+ default = "Canonical_UbuntuServer_20.04-LTS"
}
variable "endpoint_volume_size" {}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]