Skip to content

Commit

Permalink
Update builder/azure/arm/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com>
  • Loading branch information
JenGoldstrich and lbajolet-hashicorp authored Nov 5, 2024
1 parent 763e2de commit 17faa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/azure/arm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ type Config struct {

// Specify the Public IP Address SKU for the public IP used to connect to the build Virtual machine.
// Valid values are `Basic` and `Standard`. The default value is `Standard`.
// On 31 March 2025 Azure will remove the ability to create `Basic` SKU public IPs, we reccomend upgrading as soon as possible
// On 31 March 2025 Azure will remove the ability to create `Basic` SKU public IPs, we recommend upgrading as soon as possible
// You can learn more about public IP SKUs [here](https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#sku)
PublicIpSKU string `mapstructure:"public_ip_sku" required:"false"`

Expand Down

0 comments on commit 17faa7f

Please sign in to comment.