Difference between revisions of "Error: Inconsistent dependency lock file"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {{terraform graph}}")
 
Line 1: Line 1:
  
 +
 +
 +
│ [[Error: Inconsistent dependency lock file]]
 +
 +
│ The following dependency selections recorded in the [[lock file]] are inconsistent with the current configuration:
 +
│  - provider registry.terraform.io/hashicorp/aws: required by this configuration [[but no version is selected]]
 +
│  - provider registry.terraform.io/hashicorp/kubernetes: required by this configuration but no version is selected
 +
│  - provider registry.terraform.io/hashicorp/local: required by this configuration but no version is selected
 +
│  - provider registry.terraform.io/hashicorp/null: required by this configuration but no version is selected
 +
│  - provider registry.terraform.io/hashicorp/random: required by this configuration but no version is selected
 +
│  - provider registry.terraform.io/hashicorp/template: required by this configuration but no version is selected
 +
 +
│ To make the initial dependency selections that will initialize the [[dependency lock file]], run:
 +
│  terraform init
 +
  
  
 
{{terraform graph}}
 
{{terraform graph}}

Revision as of 20:36, 8 September 2022


╷
│ Error: Inconsistent dependency lock file
│
│ The following dependency selections recorded in the lock file are inconsistent with the current configuration:
│   - provider registry.terraform.io/hashicorp/aws: required by this configuration but no version is selected
│   - provider registry.terraform.io/hashicorp/kubernetes: required by this configuration but no version is selected
│   - provider registry.terraform.io/hashicorp/local: required by this configuration but no version is selected
│   - provider registry.terraform.io/hashicorp/null: required by this configuration but no version is selected
│   - provider registry.terraform.io/hashicorp/random: required by this configuration but no version is selected
│   - provider registry.terraform.io/hashicorp/template: required by this configuration but no version is selected
│
│ To make the initial dependency selections that will initialize the dependency lock file, run:
│   terraform init
╵


terraform graph

Advertising: