Slackbot
06/09/2023, 3:42 PMRafael Muller
06/09/2023, 3:42 PMatlantis-0:/atlantis-data/repos/rtmuller/azure-lab/9/default/atlantis3$ /usr/local/bin/terraform init -input=false -upgrade
Initializing the backend...
Initializing provider plugins...
- Finding hashicorp/azurerm versions matching "~> 3.60.0"...
- Using previously-installed hashicorp/azurerm v3.60.0
Terraform has been successfully initialized!
Rafael Muller
06/09/2023, 3:43 PMterraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.60.0"
}
}
backend "azurerm" {
resource_group_name = "Engineering"
storage_account_name = "xxxx"
container_name = "tfstate-demo-azure"
key = "atlantis03.tfstate"
}
}
provider "azurerm" {
features {}
client_id = "xxxx"
client_secret = "xxxxx"
tenant_id = "xxxxx"
subscription_id = "xxxxx"
storage_use_azuread = true
}
Gabriel Martinez
06/09/2023, 4:01 PMaz
command.Gabriel Martinez
06/09/2023, 4:03 PMRafael Muller
06/09/2023, 4:35 PMatlantis-0:/atlantis-data/repos/rtmuller/azure-lab$ az
bash: az: command not found
Rafael Muller
06/09/2023, 4:36 PMGabriel Martinez
06/09/2023, 4:39 PMRafael Muller
06/09/2023, 4:43 PMRafael Muller
06/09/2023, 4:43 PMRafael Muller
06/09/2023, 4:43 PMRafael Muller
06/09/2023, 4:44 PMRafael Muller
06/09/2023, 6:12 PM