Use b64_url for eip bandwidth name

Missed this one in #819
This commit is contained in:
Sebastian Haderecker 2021-05-19 14:28:40 +02:00
parent 0f0c728c90
commit 0e1a86f93b

View file

@ -56,7 +56,7 @@ resource "opentelekomcloud_vpc_eip_v1" "eip_1" {
type = "5_bgp"
}
bandwidth {
name = "bandwidth-${random_id.tpot.b64_std}"
name = "bandwidth-${random_id.tpot.b64_url}"
size = var.eip_size
share_type = "PER"
}