mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
a3ced1a367
The "terraform" provider was previously split out into its own repository, but that turned out to be a mistake due to how tightly it depends on aspects of Terraform Core. Here we prepare to bring it back into the core repository by reorganizing the directory layout to conform with what's expected there.
32 lines
359 B
Plaintext
32 lines
359 B
Plaintext
*.dll
|
|
*.exe
|
|
.DS_Store
|
|
example.tf
|
|
terraform.tfplan
|
|
terraform.tfstate
|
|
bin/
|
|
modules-dev/
|
|
/pkg/
|
|
website/.vagrant
|
|
website/.bundle
|
|
website/build
|
|
website/node_modules
|
|
.vagrant/
|
|
*.backup
|
|
./*.tfstate
|
|
.terraform/
|
|
*.log
|
|
*.bak
|
|
*~
|
|
.*.swp
|
|
.idea
|
|
*.iml
|
|
*.test
|
|
*.iml
|
|
|
|
website/vendor
|
|
|
|
# Test exclusions
|
|
!command/test-fixtures/**/*.tfstate
|
|
!command/test-fixtures/**/.terraform/
|