Implement the tor_family_identity resource
This commit is contained in:
parent
0951242b32
commit
ec57a47ba2
22 changed files with 558 additions and 67 deletions
15
e2e-tests/obfs4/terraformrc
Normal file
15
e2e-tests/obfs4/terraformrc
Normal file
|
@ -0,0 +1,15 @@
|
|||
provider_installation {
|
||||
filesystem_mirror {
|
||||
path = "./providers"
|
||||
include = [
|
||||
"registry.terraform.io/guardianproject/*",
|
||||
"registry.opentofu.org/guardianproject/*"
|
||||
]
|
||||
}
|
||||
direct {
|
||||
exclude = [
|
||||
"registry.terraform.io/guardianproject/*",
|
||||
"registry.opentofu.org/guardianproject/*"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue