You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/config/test-fixtures
James Bardin e0b2c64645
accessing count directly in an output should is OK
8 years ago
..
backend-hash-basic config: add "backend" loading to the Terraform section 9 years ago
backend-hash-empty config: add "backend" loading to the Terraform section 9 years ago
backend-hash-no-terraform config: add "backend" loading to the Terraform section 9 years ago
backend-hash-type-only config: add "backend" loading to the Terraform section 9 years ago
copy-basic core: Make copies when creating destroy nodes 10 years ago
count-int config: add Config method 12 years ago
count-list config: Resource.Count should type check 9 years ago
count-string config: add Config method 12 years ago
count-var config: add Config method 12 years ago
data-count Add a test load of a data source with count 10 years ago
dir-basic config: Data source loading 10 years ago
dir-empty
dir-merge config: HCL loader 12 years ago
dir-only-override config: Don't panic if config directory contains only overrides 9 years ago
dir-override config: Data source loading 10 years ago
dir-override-var config: test for var uniqueness in overrides 10 years ago
dir-temporary-files Ignore hidden files per Unix conventions 11 years ago
empty-collections core: Fix detection of empty list/map defaults 10 years ago
hcl2-experiment-switch config: allow HCL2 experiment opt-in (build-time flag to enable) 9 years ago
import
interpolations config: unit tests for lexer 12 years ago
module-providers add "version" and "provider" to module config 9 years ago
output-no-warnings accessing count directly in an output should is OK 8 years ago
output-warnings Add test fixture to check for warnings 9 years ago
provider-version config: add "version" argument to provider blocks, disabled 9 years ago
provider-version-invalid config: allow version constraints on providers, but validate them 9 years ago
validate-backend-interpolate config: validate backend configuration can't contain interpolations 9 years ago
validate-bad-depends-on
validate-bad-multi-resource
validate-bad-tf-version config: parse and validate terraform.required_version 10 years ago
validate-basic-provisioners config: parse "when" and "on_failure" on provisioners 9 years ago
validate-count-bad-context core: protect against count.index in modules 11 years ago
validate-count-below-zero
validate-count-count-var config: count can't interpolate count variables 12 years ago
validate-count-int config: validate that count is an int 12 years ago
validate-count-module-var config: validate that only proper variables can be in the count 12 years ago
validate-count-not-int config: validate that count is an int 12 years ago
validate-count-not-int-const config: Validate resource "count" for HCL2-specified resources 9 years ago
validate-count-resource-var config: validate that only proper variables can be in the count 12 years ago
validate-count-resource-var-multi command/meta: validate config immediately 10 years ago
validate-count-user-var config: validate that only proper variables can be in the count 12 years ago
validate-count-var config: validate good count variables 12 years ago
validate-count-var-invalid config: validate that count vars are valid types 12 years ago
validate-count-var-unknown config: count can't be a SimpleVariable 10 years ago
validate-count-zero
validate-data-provisioner config: validate that data sources don't have provisioners 10 years ago
validate-depends-on-bad-module config: validate depends_on with module values 10 years ago
validate-depends-on-module config: validate depends_on with module values 10 years ago
validate-depends-on-var config: depends on cannot contain interpolations [GH-985] 11 years ago
validate-dup-module config: validate no duplicate modules 12 years ago
validate-dup-resource
validate-good core: Better error for dot indexing on user vars 10 years ago
validate-ignore-changes Add wildcard (match all) support to ignore_changes (#8599) 10 years ago
validate-ignore-changes-bad Add wildcard (match all) support to ignore_changes (#8599) 10 years ago
validate-ignore-changes-interpolate config: ignore_changes cannot have interpolations 10 years ago
validate-local-multi-file config: merge/append for local values 9 years ago
validate-local-value-count config: allow local value interpolations in count 9 years ago
validate-missing-provider validate providers passed to a module exist 9 years ago
validate-module-name-bad config: validate module names are valid 12 years ago
validate-module-source-var config: validate that module source can't contain interpolations 12 years ago
validate-module-var-int config: validate that module variables can go to ints, convert [GH-624] 12 years ago
validate-module-var-list core: support native list variables in config 10 years ago
validate-module-var-map core: support native list variables in config 10 years ago
validate-module-var-self config: error in validation if module has self variable 11 years ago
validate-output-bad-field
validate-output-description core: allow outputs to have descriptions (#9722) 10 years ago
validate-output-dup config: outputs must be unique 10 years ago
validate-path-var config: parse ${path.module} 12 years ago
validate-path-var-invalid config: parse ${path.module} 12 years ago
validate-prov-conn-splat-other config: test we can ref splat of other resources 11 years ago
validate-prov-conn-splat-self config: validate configuration doens't contain splats to ourselves 11 years ago
validate-prov-splat-other config: validate provisioner splats can only reference others 11 years ago
validate-prov-splat-self config: validate provisioner splats can only reference others 11 years ago
validate-provider-multi config: validate that a multi provider is only configured once each 11 years ago
validate-provider-multi-good config: happy case test for multiple providers 11 years ago
validate-provider-multi-ref-bad config: test that resources reference good providers 11 years ago
validate-provider-multi-ref-good config: test that resources reference good providers 11 years ago
validate-provider-version-invalid config: fix provider version constraint validation 9 years ago
validate-resource-prov-self config: self var validation 11 years ago
validate-resource-self config: self var validation 11 years ago
validate-tf-version config: parse and validate terraform.required_version 10 years ago
validate-tf-version-interp config: parse and validate terraform.required_version 10 years ago
validate-unknown-resource-var
validate-unknown-resource-var-output
validate-unknownthing config: HCL loader 12 years ago
validate-unknownvar config: HCL loader 12 years ago
validate-unknownvar-count config: validate unknown var in count 12 years ago
validate-var-default config: vars must be unique 10 years ago
validate-var-default-interpolate
validate-var-default-interpolate-escaped Allow escaped interpolation-like sequences in variable defaults 9 years ago
validate-var-default-list-type core: support native list variables in config 10 years ago
validate-var-dup config: vars must be unique 10 years ago
validate-var-module config: validate that variables reference valid modules 12 years ago
validate-var-module-invalid config: validate that variables reference valid modules 12 years ago
validate-var-multi-exact-non-slice config: allow exact multi-resource references outside slices 12 years ago
validate-var-multi-func config: multi-variable access in slice validation fixed [GH-798] 11 years ago
validate-var-nested Add test for Validate crash 9 years ago
.gitattributes Add regression test for #4069 11 years ago
attributes.tf Add failing tests for JSON configuration parsing 11 years ago
attributes.tf.json Add failing tests for JSON configuration parsing 11 years ago
bad-variable-type.tf core: Support explicit variable type declaration 10 years ago
bad_type.tf.nope
basic-hcl2.tf config: HCL2 config loader 9 years ago
basic.tf config: parse description field for outputs 9 years ago
basic.tf.json config: parse description field for outputs 9 years ago
connection.tf
create-before-destroy.tf terraform: Adding lifecycle config block 12 years ago
data-source-arity-mistake.tf config: Data source loading 10 years ago
empty.tf config: add test for empty file 12 years ago
escapedquotes.tf config: test covering escaped quotes syntax error 11 years ago
git-crypt.tf config: test that null characters show up as errors in parse 10 years ago
heredoc.tf config: test replicating #4079 11 years ago
ignore-changes.tf Adding ignore_changes lifecycle meta property 11 years ago
import.tf config: HCL loader 12 years ago
lifecycle_cbd_typo.tf config: validate lifecycle keys [GH-4413] 10 years ago
module-unnamed.tf config: generate errors for unnamed blocks of various sources 9 years ago
modules.tf config: change module syntax 12 years ago
output-depends-on.tf config: parse depends_on for outputs 10 years ago
output-unnamed.tf config: generate errors for unnamed blocks of various sources 9 years ago
prevent-destroy-string.tf config: parse lifecycle block with mapstructure for weak decode 11 years ago
provisioners-destroy.tf config: parse "when" and "on_failure" on provisioners 9 years ago
provisioners.tf
resource-arity-mistake.tf config: friendlier error message on resource arity mismatch 11 years ago
resource-multi-lifecycle.tf config: error when loading multiple lifecycle blocks 9 years ago
resource-no-name.tf.json config: JSON resource keys with only one item load properly GH-5140 10 years ago
terraform-backend-2.tf.json restructure JSON terraform config block AST 9 years ago
terraform-backend-multi.tf config: add "backend" loading to the Terraform section 9 years ago
terraform-backend.tf config: add "backend" loading to the Terraform section 9 years ago
terraform-backend.tf.json config: test that JSON loading terraform backend info works 9 years ago
var-invalid-key.tf config: validate invalid variable keys 9 years ago
var_int.tf config: disallow names starting with ints 10 years ago
var_int_bare.tf config: disallow names starting with ints 10 years ago
variable-mismatched-type.tf core: Support explicit variable type declaration 10 years ago
variable-no-name.tf config: generate errors for unnamed blocks of various sources 9 years ago
variables.tf
windows-line-endings.tf Add regression test for #4069 11 years ago