Skip to content

Commit 30e515f

Browse files
authored
Complement #118 (#119)
Signed-off-by: abarreiro <abarreiro@vmware.com>
1 parent 201fe50 commit 30e515f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.changes/v1.0.1/118-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Amend IP Space names in tests to be compatible with Kubernetes naming convention [GH-118]
1+
- Amend IP Space names in tests to be compatible with Kubernetes naming convention [GH-118, GH-119]

vcfa/vcfa_common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func getIpSpaceHcl(t *testing.T, regionHclRef, nameSuffix, octet3 string) (strin
205205

206206
return `
207207
resource "vcfa_ip_space" "test-` + nameSuffix + `" {
208-
name = "` + k8sCompliantName + `"
208+
name = "` + k8sCompliantName + nameSuffix + `"
209209
description = "Made using Terraform"
210210
region_id = ` + regionHclRef + `.id
211211
external_scope = "43.12.` + octet3 + `.0/30"

0 commit comments

Comments
 (0)