Azure Dynamic Provider Credentials
Was this helpful?
Was this helpful?
terraform {
cloud {
organization = "terrakube_organization_name"
hostname = "terrakube-api.mydomain.com"
workspaces {
name = "terrakube_workspace_name"
}
}
}
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "example" {
name = "randomstring-aejthtyu"
location = "East US 2"
}