Skip to content

Commit

Permalink
Merge pull request #235 from HewlettPackard/readonly_net_name
Browse files Browse the repository at this point in the history
Readonly instance interface name
  • Loading branch information
manjunath-batakurki authored Jun 10, 2024
2 parents f17bcd4 + 5646769 commit 09231bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ vendor/
.vscode
build
doc
__debug*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ coverage: vendor
ACC_TEST_FILE_LOCATION=github.com/HewlettPackard/hpegl-vmaas-terraform-resources/internal/acceptance_test
acceptance:
@if [ "${case}" != "" ]; then \
TF_ACC=true go test -parallel 2 -run $(case) -v -timeout=20000s -cover $(ACC_TEST_FILE_LOCATION); \
TF_ACC=true go test -parallel 1 -run $(case) -v -timeout=20000s -cover $(ACC_TEST_FILE_LOCATION); \
else \
TF_ACC=true go test -parallel 4 -v -timeout=50000s -cover $(ACC_TEST_FILE_LOCATION);\
fi
Expand Down
3 changes: 1 addition & 2 deletions internal/resources/resource_instances_helper.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2024 Hewlett Packard Enterprise Development LP

package resources

Expand Down Expand Up @@ -112,7 +112,6 @@ func getInstanceDefaultSchema(isClone bool) *schema.Resource {
"name": {
Type: schema.TypeString,
Computed: true,
Optional: true,
Description: "name of the interface",
},
},
Expand Down

0 comments on commit 09231bc

Please sign in to comment.