Difference between revisions of "Terraform plan execution errors"
Jump to navigation
Jump to search
(21 intermediate revisions by 5 users not shown) | |||
Line 4: | Line 4: | ||
* [[Error: Error in function call]] | * [[Error: Error in function call]] | ||
− | + | * [ERROR] [[AttachSchemaTransformer: No provider config schema available for provider]]["terraform.io/builtin/terraform"] | |
* [[Error: No configuration files]] | * [[Error: No configuration files]] | ||
Line 13: | Line 13: | ||
* [[Error acquiring the state lock]] | * [[Error acquiring the state lock]] | ||
* [[Error: No configuration files]] | * [[Error: No configuration files]] | ||
− | |||
* [[Error: Variable declaration in .tfvars file]] | * [[Error: Variable declaration in .tfvars file]] | ||
+ | |||
+ | * [[Error: Invalid value for variable]] | ||
* [[Error: Incorrect attribute value type]] | * [[Error: Incorrect attribute value type]] | ||
+ | * [[Error: Invalid attribute name]] | ||
+ | * [[Error: Attribute redefined]] | ||
+ | |||
* [[Error: Invalid value for input variable]] | * [[Error: Invalid value for input variable]] | ||
Line 24: | Line 28: | ||
* [[Error: Invalid index]] | * [[Error: Invalid index]] | ||
* [[Error: Invalid block definition]] | * [[Error: Invalid block definition]] | ||
− | |||
* [[Error: Invalid multi-line string]] | * [[Error: Invalid multi-line string]] | ||
* [[Error: Invalid reference]] | * [[Error: Invalid reference]] | ||
Line 30: | Line 33: | ||
* [[Error: Invalid function argument (no file exists)]] | * [[Error: Invalid function argument (no file exists)]] | ||
* [[Error: Invalid character]] | * [[Error: Invalid character]] | ||
− | * [[Error: Invalid expression]] | + | * <code>[[Error: Invalid expression]]</code> |
+ | |||
+ | |||
+ | * [[Error: Unsupported argument]] | ||
Line 39: | Line 45: | ||
* [[Error: error creating ECR repository: InvalidParameterException: Invalid parameter at 'repositoryName' failed to satisfy constraint:]] | * [[Error: error creating ECR repository: InvalidParameterException: Invalid parameter at 'repositoryName' failed to satisfy constraint:]] | ||
* [[Error: ClientException: Invalid Compatibilities]] | * [[Error: ClientException: Invalid Compatibilities]] | ||
+ | * [[Error: Unsupported attribute]] | ||
+ | [[Modules]]: | ||
* [[Error: Module not installed]] | * [[Error: Module not installed]] | ||
− | * [[Error: | + | * [[Error: Duplicate module call]] |
+ | * [[Error: Invalid value for module argument]] | ||
+ | * [[Error: Reference to undeclared module]] | ||
[[Undeclared]] | [[Undeclared]] | ||
Line 48: | Line 58: | ||
[[ECS]] | [[ECS]] | ||
* [[Error: error creating MyECSServiceName service]] | * [[Error: error creating MyECSServiceName service]] | ||
+ | |||
+ | [[EKS]] | ||
+ | * <code>[[Error: Kubernetes cluster unreachable: the server has asked for the client to provide credentials]]</code> | ||
[[RDS]] | [[RDS]] | ||
Line 55: | Line 68: | ||
* [[Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name"]] | * [[Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name"]] | ||
* [[Error: Error validating S3 bucket name: only lowercase]] | * [[Error: Error validating S3 bucket name: only lowercase]] | ||
+ | |||
+ | * [[Error: operation canceled]] | ||
+ | |||
+ | [[Remote state]] | ||
+ | * <code>[[Error: Unable to find remote state]]</code> | ||
+ | |||
+ | |||
+ | * [[Error: AccessDenied: Access Denied]] | ||
+ | |||
+ | * [[Error: configuring Terraform AWS Provider: failed to get shared config profile]] | ||
== Related terms == | == Related terms == | ||
Line 61: | Line 84: | ||
* <code>[[terraform validate]]</code> | * <code>[[terraform validate]]</code> | ||
* <code>[[terraform apply]]</code> | * <code>[[terraform apply]]</code> | ||
+ | * [[Error: modifying DB Instance]] | ||
+ | * [[Error: Error creating DB Instance]] | ||
+ | * [[Error: Error retrieving DB Instances]] | ||
+ | |||
+ | * [[No changes. Infrastructure is up-to-date]] | ||
+ | * [[Terraform apply examples with errors]] | ||
+ | * [[Terraform errors]] | ||
== See also == | == See also == | ||
+ | * {{tf plan errors}} | ||
* {{terraform plan}} | * {{terraform plan}} | ||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 19:51, 23 October 2023
- Error: error configuring Terraform AWS Provider: no valid credential sources for Terraform AWS Provider found.
- Error: Missing required argument
- Error: Error in function call
- [ERROR] AttachSchemaTransformer: No provider config schema available for provider["terraform.io/builtin/terraform"]
- Error: Argument or block definition required
- Error acquiring the state lock
- Error: No configuration files
- Error: Invalid value for input variable
- Error: Invalid function argument
- Error: Invalid index
- Error: Invalid block definition
- Error: Invalid multi-line string
- Error: Invalid reference
- Error: Invalid value for input variable
- Error: Invalid function argument (no file exists)
- Error: Invalid character
Error: Invalid expression
- Error: expected cidr_block to contain a valid Value, got: XXXXX with err: invalid CIDR address: XXXXX
- Error: Error: first character of
- Error: error creating ELBv2 Listener
- Error: MalformedPolicyDocumentException: Policy contains a statement with one or more invalid principals.
- Error: error creating ECR repository: InvalidParameterException: Invalid parameter at 'repositoryName' failed to satisfy constraint:
- Error: ClientException: Invalid Compatibilities
- Error: Unsupported attribute
- Error: Module not installed
- Error: Duplicate module call
- Error: Invalid value for module argument
- Error: Reference to undeclared module
Error: Reference to undeclared resource
Error: Reference to undeclared module
Error: Reference to undeclared input variable
- Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name"
- Error: Error validating S3 bucket name: only lowercase
Related terms[edit]
- Terraform: Hello_world.tf
- GitLab Preview of summary of
terraform plan
in Merge Requests https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/#review-summary-of-terraform-plan-in-merge-requests terraform validate
terraform apply
- Error: modifying DB Instance
- Error: Error creating DB Instance
- Error: Error retrieving DB Instances
See also[edit]
Advertising: