Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
1392 matches across 11 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | telemetry.go | 21 | // then we'll enable an experimental OTLP trace exporter. |
| LOW | telemetry.go | 41 | // a CLI tool and so we don't assume we're running in an environment with |
| LOW | provider_source.go | 81 | return getproviders.MultiSource(searchRules), diags |
| LOW | provider_source.go | 101 | // following e.g. the XDG base directory specification on Unix systems, |
| LOW | experiments.go | 1 | // Copyright IBM Corp. 2014, 2026 |
| LOW | main.go | 161 | } |
| LOW | main.go | 301 | Autocomplete: true, |
| LOW | tools/loggraphdiff/loggraphdiff.go | 1 | // Copyright IBM Corp. 2014, 2026 |
| LOW | tools/protobuf-compile/protobuf-compile.go | 1 | // Copyright IBM Corp. 2014, 2026 |
| LOW | internal/terraform/context_apply_test.go | 2281 | if actual != expected { |
| LOW | internal/terraform/context_apply_test.go | 5641 | // Attributes: map[string]*ResourceAttrDiff{}, |
| LOW | internal/terraform/context_apply_test.go | 7261 | // |
| LOW | internal/terraform/context_apply_test.go | 12901 | //////////////////////////////////////////////////////////////////////////////// |
| LOW | internal/terraform/node_resource_apply_instance.go | 421 | // maybeTainted takes the resource addr, new value, planned change, and possible |
| LOW | internal/terraform/context_import.go | 41 | // LegacyID stores the ID from the command line arguments when using the |
| LOW | internal/terraform/transform_reference.go | 21 | // |
| LOW | internal/terraform/transform_reference.go | 61 | GraphNodeReferencer |
| LOW | internal/terraform/transform_reference.go | 81 | AttachDataResourceDependsOn(deps []addrs.ConfigResource) |
| LOW | internal/terraform/transform_reference.go | 361 | // the ReferenceMap generates all possible keys, so any warning |
| LOW | internal/terraform/transform_reference.go | 521 | |
| LOW | internal/terraform/config_graph_build_test.go | 261 | func TestBuildConfigWithGraph_childProviderGrandchildCount(t *testing.T) { |
| LOW | internal/terraform/context_apply.go | 21 | |
| LOW | internal/terraform/context_apply.go | 41 | SetVariables InputValues |
| LOW | internal/terraform/context_apply.go | 61 | return &ApplyOpts{ |
| LOW | internal/terraform/context_apply.go | 241 | // also depends on some cleanup which happens during the apply walk. It |
| LOW | internal/terraform/node_resource_plan_instance.go | 221 | // Otherwise, just mark the resource as deferred without trying to |
| LOW | internal/terraform/node_resource_plan_instance.go | 441 | } else if !deferrals.ShouldDeferResourceInstanceChanges(n.Addr, n.Dependencies) { |
| LOW | internal/terraform/node_resource_plan_instance.go | 501 | ) |
| LOW | internal/terraform/evaluate_placeholder.go | 21 | // only what we know to be true for all possible final module instances |
| LOW | internal/terraform/evaluate_placeholder.go | 41 | Operation walkOperation |
| LOW | internal/terraform/evaluate_placeholder.go | 181 | |
| LOW | internal/terraform/node_module_variable.go | 121 | |
| LOW | internal/terraform/node_module_variable.go | 381 | // absolutely nothing in common cty.DynamicVal is the ultimate fallback, |
| LOW | internal/terraform/context_plan2_test.go | 861 | `}) |
| LOW | internal/terraform/transform_variable_validation.go | 21 | // variableValidationRules returns the information required to validate |
| LOW | internal/terraform/transform_variable_validation.go | 41 | // Correct behavior requires both of the input variable node types to |
| LOW | internal/terraform/context_eval.go | 21 | // the same purpose as [PlanOpts.ExternalProviders]. |
| LOW | internal/terraform/context_eval.go | 101 | // use a placeholder graph walker here, which'll refer to the |
| LOW | internal/terraform/node_resource_abstract_instance.go | 881 | // If the prior state is tainted then we'll proceed below like |
| LOW | internal/terraform/node_resource_abstract_instance.go | 1081 | } |
| LOW | internal/terraform/node_resource_abstract_instance.go | 1141 | } |
| LOW | internal/terraform/node_resource_abstract_instance.go | 1281 | |
| LOW | internal/terraform/node_resource_abstract_instance.go | 1801 | // change. If the states don't match then we record a Read change so that the |
| LOW | internal/terraform/node_resource_abstract_instance.go | 1881 | // But, if we are in a check block then we don't want this data block to |
| LOW | internal/terraform/node_resource_abstract_instance.go | 1981 | // proposedNewState. |
| LOW | internal/terraform/node_resource_abstract_instance.go | 2761 | schema.Body, |
| LOW | internal/terraform/node_resource_abstract_instance.go | 2801 | // elements in a set that differ only by unknown values: after |
| LOW | internal/terraform/node_resource_abstract_instance.go | 2821 | // check above so that we also catch anything that became unknown after |
| LOW | internal/terraform/node_resource_abstract_instance.go | 3041 | // that we must replace rather than update an existing remote object. |
| LOW | internal/terraform/eval_variable.go | 141 | Summary: "Invalid value for input variable", |
| LOW | internal/terraform/eval_variable.go | 281 | // |
| LOW | internal/terraform/eval_variable.go | 341 | // Terraform would treat error messages specified using JSON |
| LOW | internal/terraform/node_variable_validation.go | 21 | // A node of this type should always depend on another node that's responsible |
| LOW | internal/terraform/node_variable_validation.go | 61 | // this node contributes to the value for the input variable that it's |
| LOW | internal/terraform/context_input.go | 21 | // configurations. |
| LOW | internal/terraform/transform_destroy_edge_test.go | 221 | } |
| LOW | internal/terraform/transform_destroy_edge_test.go | 301 | } |
| LOW | internal/terraform/transform_config.go | 21 | |
| LOW | internal/terraform/context_apply_deferred_test.go | 141 | wantActions: map[string]plans.Action{}, |
| LOW | internal/terraform/node_resource_plan_orphan.go | 221 | // If this is a resource instance inside a module instance that's no |
| 1189 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …urcebundle/foo/non-empty-stack/empty-module/nothing.tf | 1 | # This module is intentionally empty, since it's called from stack |
| MEDIUM | internal/depsfile/locks_file.go | 135 | Bytes: []byte("# This file is maintained automatically by \"terraform init\".\n"), |
| MEDIUM | internal/depsfile/locks_file_test.go | 248 | wantContent := `# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/providers_lock_test.go | 47 | expected := `# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/providers_lock_test.go | 63 | expected := `# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/providers_lock_test.go | 80 | expected := `# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/init_test.go | 3189 | # This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/init_test.go | 3216 | # This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/init_test.go | 3229 | # This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/init_test.go | 3242 | # This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/init_test.go | 3256 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …and/testdata/state-store-unchanged/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …nd/testdata/state-store-to-backend/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …mand/testdata/plan-out-state-store/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …tdata/provider-schemas-state-store/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ase/config-state-file-and-lockfile/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …oad-prerelease/state-and-lock-file/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …oad/config-state-file-and-lockfile/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …te-store-changed/provider-upgraded/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …/state-store-changed/provider-used/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …tate-store-changed/provider-config/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …stdata/state-push-state-store-good/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …and/testdata/providers-lock/append/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/init_test.go | 487 | expectedLockFileContent := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 242 | expectedLockFileContent := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 263 | priorLockFile := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 319 | priorLockFile := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 369 | expectedLockFileContent := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 513 | expectedLockFileContent := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 533 | priorLockFile := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 588 | priorLockFile := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | internal/command/e2etest/provider_plugin_test.go | 637 | expectedLockFileContent := fmt.Sprintf(`# This file is maintained automatically by "terraform init". |
| MEDIUM | …rectory-with-state-store-unmanaged/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …iders-mirror-with-broken-lock-file/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …rm-providers-mirror-with-lock-file/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ized-directory-with-state-store-fs/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ests/tests/moved_with_refresh_only/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …sts/tests/basic_json_string_update/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ence-tests/tests/moved_with_update/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …nce-tests/tests/replace_within_set/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …uivalence-tests/tests/drift_simple/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ts/tests/drift_relevant_attributes/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …uivalence-tests/tests/moved_simple/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ests/basic_multiline_string_update/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …nce-tests/tests/replace_within_map/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …-tests/tests/replace_within_object/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …lence-tests/tests/moved_with_drift/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ts/fully_populated_complex_destroy/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …ce-tests/tests/replace_within_list/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …e-tests/tests/null_provider_delete/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …e-tests/tests/null_provider_update/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …-tests/tests/local_provider_update/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …-tests/tests/local_provider_delete/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …nce-tests/tests/drift_refresh_only/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …sts/fully_populated_complex_update/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | scripts/changelog.sh | 166 | # Create a new empty version file for the next minor version |
| MEDIUM | scripts/changelog.sh | 172 | # Create a new changes directory for the next minor version |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | internal/terraform/node_resource_partial_plan.go | 26 | // Once deferred actions are more stable and robust in the stacks runtime, it |
| MEDIUM | internal/terraform/eval_variable.go | 38 | // but we'll check it here too to be robust. |
| MEDIUM | internal/terraform/eval_variable_test.go | 104 | // metadata is stripped from empty default collections. Essentially, you |
| MEDIUM | internal/terraform/context.go | 466 | return // should not happen, but we'll be robust |
| MEDIUM | internal/terraform/context.go | 470 | continue // should not happen, but we'll be robust |
| MEDIUM | internal/terraform/context_apply_checks_test.go | 752 | // Essentially we make a check block in a child module that depends on a |
| MEDIUM | internal/terraform/evaluate.go | 664 | // TODO: When deferred actions are more stable and robust in stacks, it |
| MEDIUM | internal/stacks/stackconfig/parser/walker.go | 52 | // we'll be robust about it nonetheless. |
| MEDIUM | …acks/stackruntime/internal/stackeval/terraform_hook.go | 132 | // Weird, but we'll just tolerate it to be robust. |
| MEDIUM | …s/stackruntime/internal/stackeval/removed_component.go | 78 | // Essentially, a removed block can target components across multiple stack |
| MEDIUM | …l/stacks/stackruntime/internal/stackeval/main_apply.go | 47 | // it anyway just to be robust in case there's a bug further up |
| MEDIUM | internal/repl/session.go | 176 | // but we'll be robust here and just pass through the GoString |
| MEDIUM | internal/lang/functions.go | 339 | // robust. |
| MEDIUM | internal/lang/blocktoattr/fixup.go | 34 | // in the presence of poorly-configured test mocks, so we'll be robust |
| MEDIUM | internal/lang/globalref/analyzer_meta_references.go | 364 | // for all of the relative traversal types, but we'll be robust in |
| MEDIUM | internal/lang/funcs/datetime.go | 193 | // be robust here. |
| MEDIUM | internal/configs/experiments.go | 167 | // to return any other error type, but we'll handle it to be robust. |
| MEDIUM | internal/configs/configschema/validate_traversal.go | 69 | // but we'll handle this with a generic error anyway to be robust. |
| MEDIUM | internal/configs/configschema/empty_value.go | 59 | // but we'll be robust and return a result nonetheless. |
| MEDIUM | internal/configs/configload/loader_snapshot.go | 234 | // This function doesn't try to be incredibly robust in supporting |
| MEDIUM | internal/states/state_test.go | 357 | // happen" case but we'll test to make sure we're robust to |
| MEDIUM | internal/states/statemgr/filesystem.go | 127 | // TODO: this should use a more robust method of writing state, by first |
| MEDIUM | internal/states/statemgr/persistent.go | 83 | // Some implementations may optionally utilize config schema to persist |
| MEDIUM | internal/command/meta_providers.go | 162 | // unit tests might not always populate Meta fully and so we'll be robust |
| MEDIUM | internal/command/cliconfig/cliconfig.go | 383 | // improve on this later using the more-robust merging behavior |
| MEDIUM | internal/command/views/hook_ui.go | 115 | // bug in the caller but we'll ignore it in order to be robust. |
| MEDIUM | internal/command/views/hook_ui.go | 443 | // bug in the caller but we'll ignore it in order to be robust. |
| MEDIUM | internal/command/clistate/local_state.go | 64 | // TODO: this should use a more robust method of writing state, by first |
| MEDIUM | …tdata/move-statement-implied/move-statement-implied.tf | 1 | # This fixture is useful only in conjunction with a previous run state that |
| MEDIUM | …move-statement-implied/child/move-statement-implied.tf | 1 | # This fixture is useful only in conjunction with a previous run state that |
| MEDIUM | internal/moduletest/status.go | 33 | // Essentially, if a test suite has a bunch of failures and passes the overall |
| MEDIUM | internal/moduletest/mocking/fill.go | 75 | // directly to it or to any nested objects. Essentially, this is a "safe" |
| MEDIUM | internal/moduletest/mocking/values.go | 88 | // the validation, but we want this function to be robust and not panic |
| MEDIUM | internal/moduletest/mocking/values.go | 113 | // This transform should be robust (in that it should never fail), the |
| MEDIUM | internal/moduletest/mocking/values.go | 114 | // inner call to generateValue should be robust as well so it should always |
| MEDIUM | internal/moduletest/mocking/values.go | 139 | // gave us. getMockedDataForPath is robust, so even in an error it |
| MEDIUM | internal/moduletest/mocking/values.go | 142 | // Now get the replacement value. This function should be robust in |
| LOW | scripts/changelog-links.sh | 10 | # released items are presented as clickable links, but we can just use the |
| MEDIUM | .github/workflows/build.yml | 208 | # environment variables defined above. The e2e test harness |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …time/internal/stackeval/removed_stack_call_instance.go | 69 | validateStackCallInstanceInputsFn(r.Stack(ctx, phase), r.call.config.config.Inputs, r.call.config.config.DeclRange.ToH |
| CRITICAL | …/stackruntime/internal/stackeval/component_instance.go | 711 | return c.call.config.config.DeclRange.ToHCL().Ptr() |
| CRITICAL | …ternal/stacks/stackruntime/internal/stackeval/stack.go | 643 | Detail: fmt.Sprintf("The `from` attribute resolved to component instance %s, which is already claimed by another |
| CRITICAL | …ternal/stacks/stackruntime/internal/stackeval/stack.go | 644 | Subject: inst.call.config.config.DeclRange.ToHCL().Ptr(), |
| CRITICAL | …ternal/stacks/stackruntime/internal/stackeval/stack.go | 666 | Detail: fmt.Sprintf("The `from` attribute resolved to stack instance %s, which is already claimed by another rem |
| CRITICAL | …ternal/stacks/stackruntime/internal/stackeval/stack.go | 667 | Subject: inst.call.config.config.DeclRange.ToHCL().Ptr(), |
| CRITICAL | …ntime/internal/stackeval/removed_component_instance.go | 330 | return r.call.config.config.DeclRange.ToHCL().Ptr() |
| CRITICAL | …stackruntime/internal/stackeval/stack_call_instance.go | 117 | validateStackCallInstanceInputsFn(c.Stack(ctx, phase), c.call.config.config.Inputs, c.call.config.config.DeclRange.ToH |
| CRITICAL | …/stackruntime/internal/stackeval/removed_stack_call.go | 141 | Subject: rsc.call.config.config.DeclRange.ToHCL().Ptr(), |
| CRITICAL | internal/command/jsonplan/values.go | 193 | r.Addr.Resource.Resource.Mode.String(), |
| CRITICAL | internal/moduletest/graph/node_test_run_cleanup.go | 88 | Subject: n.run.Config.Backend.DeclRange.Ptr(), |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | internal/resources/ephemeral/ephemeral_resource_test.go | 88 | // and at least one additional time as requested by the instance. |
| HIGH | internal/configs/parser.go | 91 | // have been loaded through this parser, with source filenames (as requested |
| HIGH | internal/command/jsonformat/plan.go | 556 | buf.WriteString(fmt.Sprintf("[bold] # %s[reset] will be [bold][red]replaced[reset], as requested", dispAddr)) |
| HIGH | internal/command/jsonformat/plan_test.go | 6757 | ExpectedOutput: ` # test_instance.example will be replaced, as requested |
| HIGH | internal/command/jsonformat/plan_test.go | 6768 | ExpectedOutput: ` # test_instance.example will be replaced, as requested |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | internal/terraform/context_plugins_test.go | 24 | // so the caller can feel free to modify the returned value to further |
| MEDIUM | internal/terraform/context_plugins_test.go | 60 | // callers can feel free to modify it once returned. |
| MEDIUM | internal/command/testdata/fmt/general_out.tf | 3 | # here, but you can also add other _in.tf/_out.tf pairs in the |
| MEDIUM | internal/command/testdata/fmt/general_in.tf | 3 | # here, but you can also add other _in.tf/_out.tf pairs in the |
| LOW | .github/workflows/enforce-changelog.yml | 1 | # This workflow makes sure contributors don't forget to add a changelog entry or explicitly opt-out of it. |
| LOW | .github/workflows/enforce-changelog.yml | 1 | # This workflow makes sure contributors don't forget to add a changelog entry or explicitly opt-out of it. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | internal/terraform/context_apply_test.go | 2757 | // Step 1: create the resources and instances |
| LOW | internal/terraform/context_apply_test.go | 2792 | // Step 2: update with an empty config, to destroy everything |
| LOW | internal/providercache/installer.go | 212 | // Step 1: Which providers might we need to fetch a new version of? |
| LOW | internal/providercache/installer.go | 292 | // Step 2: Query the provider source for each of the providers we selected |
| LOW | internal/providercache/installer.go | 353 | // Step 3: For each provider version we've decided we need to install, |
| LOW | internal/dag/walk.go | 447 | // Dependencies satisfied! We need to check if any errored |
| LOW | scripts/changelog.sh | 94 | # We need to check if this is the first RC of the version |
| LOW | scripts/changelog.sh | 105 | # We need to check if this is the first RC of the version |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | internal/stacks/stackruntime/plan_test.go | 6704 | "email": cty.StringVal("user@example.com"), |
| LOW | internal/stacks/stackruntime/plan_test.go | 6726 | "email": cty.StringVal("user@example.com"), |
| LOW | internal/stacks/stackruntime/plan_test.go | 6737 | "email": cty.StringVal("user@example.com"), |
| LOW | internal/stacks/stackruntime/plan_test.go | 6748 | "email": cty.StringVal("user@example.com"), |
| LOW | internal/stacks/stackruntime/plan_test.go | 6759 | "email": cty.StringVal("user@example.com"), |
| LOW | internal/stacks/stackruntime/plan_test.go | 6770 | "email": cty.StringVal("user@example.com"), |
| LOW | internal/stacks/stackruntime/plan_test.go | 6781 | "email": cty.StringVal("user@example.com"), |
| LOW | internal/plugin6/grpc_provider_test.go | 3203 | data := []byte("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod" + |
| LOW | internal/plugin6/grpc_provider_test.go | 3203 | data := []byte("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod" + |
| LOW | internal/backend/remote/testdata/plan-long-line/main.tf | 3 | long_line = "[{'_id':'5c5ab0ed7de45e993ffb9eeb','index':0,'guid':'e734d772-6b5a-4cb0-805c-91cd5e560e20','isActive':f |
| LOW | internal/cloud/testdata/plan-long-line/main.tf | 3 | long_line = "[{'_id':'5c5ab0ed7de45e993ffb9eeb','index':0,'guid':'e734d772-6b5a-4cb0-805c-91cd5e560e20','isActive':f |
| LOW | internal/command/apply_test.go | 1476 | planPath := applyFixturePlanFileWithVariableValue(t, "lorem ipsum") |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/changelog.sh | 56 | # Check if we already released this version already |
| LOW | scripts/changelog.sh | 188 | # Check if yq is installed |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | internal/command/jsonformat/differ/attribute.go | 88 | // function computeChangeForDynamicValues(), but external callers will |
| LOW | .github/workflows/enforce-changelog.yml | 63 | async function createOrUpdateChangelogComment(commentDetails, deleteComment) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | internal/tfdiags/compare.go | 13 | // Example usage: |