add provider file in shared module folder, otherwise deployment fails to identify correct provider to fetch
This commit is contained in:
9
multiple/shared_modules/provider.tf
Normal file
9
multiple/shared_modules/provider.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
terraform {
|
||||
required_version = ">= 0.13"
|
||||
required_providers {
|
||||
libvirt = {
|
||||
source = "dmacvicar/libvirt"
|
||||
version = "0.8.3"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user