You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove a deprecated private_networking parameter
Warning: Argument is deprecated
on my-stamps.tf line 25, in resource "digitalocean_droplet" "web":
25: private_networking = true
This parameter has been deprecated. Use `vpc_uuid` instead to specify a VPC
network for the Droplet. If no `vpc_uuid` is provided, the Droplet will be
placed in your account's default VPC for the region.
Part of #1268
[skip ci]
0 commit comments