terraform/configs/configload
Kristin Laemmert 923e157b5c
configs: deprecate version argument inside provider configuration blocks (#26135)
The version argument is deprecated in Terraform v0.14 in favor of
required_providers and will be removed in a future version of terraform
(expected to be v0.15). The provider configuration documentation already
discourages use of 'version' inside provider configuration blocks, so it
only needed an extra note that it is actively deprecated.
2020-09-08 08:19:00 -04:00
..
testdata configs: deprecate version argument inside provider configuration blocks (#26135) 2020-09-08 08:19:00 -04:00
copy_dir.go remove dotfile exclusion in copyDir 2019-09-30 13:11:57 +01:00
copy_dir_test.go
doc.go
getter.go configs/configload: Remove unused SourceAddr funcs 2020-06-10 16:26:04 -04:00
inode.go
inode_freebsd.go
inode_windows.go
loader.go Replace import paths & set UA string where necessary 2019-10-11 22:40:54 +01:00
loader_load.go don't allow providers in modules using depends_on 2020-06-23 09:56:00 -04:00
loader_load_test.go don't allow providers in modules using depends_on 2020-06-23 09:56:00 -04:00
loader_snapshot.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
loader_snapshot_test.go
loader_test.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
module_mgr.go Replace import paths & set UA string where necessary 2019-10-11 22:40:54 +01:00
testing.go