Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Jul 23, 2024
1 parent 9fbe1cc commit 3a0ff95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ module "azure" {
cluster_name = "phoenix"
domain = "calculquebec.cloud"

# To list the available image versions you can use the Azure CLI with, for example,
# Using the AZure CLI, you can list the image versions that are available to use. For example,
# az vm image list --location eastus --publisher almalinux --offer almalinux-x86_64 --sku 9-gen2 --all --output table
# az vm image list --location eastus --publisher almalinux --offer almalinux-arm --sku 9-arm-gen2 --all --output table
# (Note: available versions may be location specific!)
image = {
publisher = "almalinux",
offer = "almalinux-x86_64",
Expand Down

0 comments on commit 3a0ff95

Please sign in to comment.