Is there a way to rename a subnet in gcp? either in console or with terraform.
I rather not drop and recreate the subnet as there are other resources using the subnet.
According to Google docs, you can't change the subnet name once it is created.
Example:
Change subnet name = sn-env-north-01
to this = sn-dev-north-01
thanks.