Skip to content

Commit e5cb4f9

Browse files
committed
feat(module): Remove empty terraform providers so that the providers in the module are used instead
1 parent 7756d10 commit e5cb4f9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

xen_data.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
provider "xenorchestra" {
2-
# Configuration options
3-
# Must be ws or wss
4-
url = var.xoa_api_url # Or set XOA_URL environment variable
5-
username = var.xoa_username # Or set XOA_USER environment variable
6-
password = var.xoa_password # Or set XOA_PASSWORD environment variable
7-
insecure = var.xoa_ignore_ssl # Or set XOA_INSECURE environment variable to any value
8-
}
9-
10-
provider "macaddress" {}
11-
12-
131
# docs : https://github.com/terra-farm/terraform-provider-xenorchestra/blob/master/docs/resources/vm.md
142

153
locals {

0 commit comments

Comments
 (0)