Skip to content

Commit

Permalink
use a valid version for the azure placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Aug 16, 2023
1 parent 9321881 commit 7b34b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/cloudcmd/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TerraformUpgradeVars(conf *config.Config) (terraform.Variables, error) {
vars := awsTerraformVars(conf, "ami-placeholder")
return vars, nil
case cloudprovider.Azure:
vars := azureTerraformVars(conf, "/communityGalleries/myGalleryName/images/myImageName/versions/myImageVersion")
vars := azureTerraformVars(conf, "/communityGalleries/myGalleryName/images/myImageName/versions/latest")
return vars, nil
case cloudprovider.GCP:
vars := gcpTerraformVars(conf, "placeholder")
Expand Down

0 comments on commit 7b34b43

Please sign in to comment.