Yahoo India Web Search

Search results

  1. May 28, 2018 · Steps to install terraform on Ubuntu / Ubuntu cloud server : Install unzip. sudo apt-get install unzip

  2. Dec 2, 2016 · Go to packages.ubuntu.com with a web browser. Scroll down to "Search package directories". Enter the package which you're trying to install into the "Keyword" field. Enable "Only show exact matches:" Change the "Distribution" to the codename of the version of Ubuntu you're using, e.g. focal in Ubuntu 20.04 or it's displayed by lsb_release -sc.

  3. Oct 31, 2022 · I need help installing Terraform on Kubuntu 22.10 Kinetic. There is no Kinetic(22.10) on Hashicorp website I do not want to use snapd version either because I am afraid it will not work properly. I...

  4. Mar 22, 2014 · 11. The difference between amd64 and i386 is that amd64 is 64-bit while i386 is 32-bit. This is the width (in bits) of registers available in the core. Basically the largest number that a 32-bit CPU core can handle in one go is a little over 4.29 billion while a 64-bit core can handle a number of a bit over 18.44 billion, billion.

  5. Sep 28, 2021 · Problem After building an Ubuntu 20.04 (also tried 21.04) template with Packer I'm unable to set new settings when instantiating the template with Terraform. This config had no issues with Debian 10.

  6. Sep 28, 2021 · Has anyone successfully used terraform + extra_config + Ubuntu cloud images to interface with Cloud Init, providing metadata/userdata? I'm hoping this will interact with DataSourceVMware, but can't be sure at this stage. What I've been doing: I am using Terraform to deploy Ubuntu cloud images on VMware vSphere 7.

  7. Sep 8, 2023 · SSH into the instance also works through Terraform security groups etc. However I want to install some commands via remote-exec provisioner in Terraform as non-interactive mode. This partially works, until i get hit randomly by this "pending kernel upgrade" popup. The Terraform then freezes and waits forever because it requires user input.

  8. May 26, 2023 · This code block works but when i try and add the code to creat a new file on the remote vm, the whole script fails, i think it is a syntax issue but not sure, and also not sure if i should be adding a data resource as well. here is my code which fails; custom_data = base64encode(<<-CLOUD_INIT #cloud-config write_files: - path: /tmp/install_ansible.sh content: | #!/bin/bash LINUX_VM_IP="${azurerm_linux_virtual_machine.linux-vm.private_ip_address}" MSSQL_VM_IP="${azurerm_network_interface.ans ...

  9. Sep 4, 2022 · Issue: I'm trying to use packer to create an Ubuntu Server 22.04 image and I'm running into issues when it comes to renaming the NIC using a valid netplan config and then also installing one packag...

  10. Jul 17, 2023 · For our Scale Sets, I use the Ubuntu Pro 20.04 image as our base image. On this base image I intend to install all find of software deployment tools including docker, terraform, kubernetes, helm, terragrunt, etc.