skip to Main Content

Azure – Terraform not declaring tfvars

I am new to Terraform and I am writing a script. Following is my directory structure folder ---.terraform ---..terraform.lock.hcl ---main.tf ---terraform.tfvars ---variables.tf Following is my content on terraform.tfvars. environment = "development" Following is my content on main.tf. tags = {…

VIEW QUESTION

How to install azure-cli on python docker image

I am trying to install azure-cli in a python docker container but I get the following error: [5/5] RUN pip3 install azure-cli: #9 1.754 Collecting azure-cli #9 1.956 Downloading azure_cli-2.43.0-py3-none-any.whl (4.3 MB) #9 7.885 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 730.7 kB/s eta…

VIEW QUESTION
Back To Top
Search