Difference between revisions of "Error: Invalid function argument"
Jump to navigation
Jump to search
(Welcome moved page Error: Invalid function argument to Error: Invalid function argument (no file exists)) Tag: New redirect |
Tags: Mobile web edit, Mobile edit |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
+ | * [[Error: Invalid function argument (no file exists)]] | ||
+ | |||
+ | |||
+ | ╷ | ||
+ | │ Error: Invalid function argument | ||
+ | │ | ||
+ | │ on main.tf line 151, in resource "aws_iam_policy" "ebs_csi_controller": | ||
+ | │ 151: policy = [[file (Terraform)|file]]("${path.module}/policies/ebs_csi_controller_iam_policy.json") | ||
+ | │ ├──────────────── | ||
+ | │ │ while calling file(path) | ||
+ | │ │ path.module is "." | ||
+ | │ | ||
+ | │ Invalid value for "path" parameter: no file exists at | ||
+ | │ "./policies/ebs_csi_controller_iam_policy.json"; this function works only | ||
+ | │ with files that are distributed as part of the configuration source code, so | ||
+ | │ if this file will be created by a resource in this configuration you must | ||
+ | │ instead obtain this result from an attribute of that resource. | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{Terraform}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 07:41, 22 March 2023
╷ │ Error: Invalid function argument │ │ on main.tf line 151, in resource "aws_iam_policy" "ebs_csi_controller": │ 151: policy = file("${path.module}/policies/ebs_csi_controller_iam_policy.json") │ ├──────────────── │ │ while calling file(path) │ │ path.module is "." │ │ Invalid value for "path" parameter: no file exists at │ "./policies/ebs_csi_controller_iam_policy.json"; this function works only │ with files that are distributed as part of the configuration source code, so │ if this file will be created by a resource in this configuration you must │ instead obtain this result from an attribute of that resource.
See also[edit]
- Terraform, OpenTofu, Terrakube.org, Installation, Terraform AWS, Terraform GCP, Terraform commands, Terraform Cloud, Terraform Enterprise (TFE), HCL, HIL, meta-arguments, providers, modules, resource, provisioners, data sources, backends: remote backends, examples, configuration files, state files, variables, types, Terraform Registry, conditionals:
depends_on
, functions, Blocks, dynamic blocks, errors, Terragrunt, Terraformer, Terratest, Terraform certifications, Terraform map type, Terraform Associate, Terraform: list type,TF_VAR_, TF_LOG
, Terraform provider versioning, Terraform Style Conventions, Required version, Terraform plugin, Terraform Named Values, tags, Changelog,tfsec, tflint
, Operators, Expressions:for, splat
, Debugging, Namespaces, Terraform Landing Zones, CDKTF, Atmos
Advertising: