Error AtlasError Documentation and Resolution

Terraform configuration contains an unsupported argument

Unsupported argument.

Terraform found an argument in a resource, module, or provider block that the target schema does not support.

Unsupported argumentconfiguration
Unsupported argument.
  • The configuration uses an argument name that is not part of the current schema.
  • The argument belongs to a different resource type, module version, or provider version.
  • A copied example targets a newer or different provider than the one currently installed.
  1. Compare the block with the current provider or module documentation and remove or rename unsupported arguments.
  2. Check whether the installed provider version actually supports the argument you are trying to use.
  3. Re-run terraform init if you intentionally changed provider requirements or versions.
Terraform: module block reference
Terraform Unsupported argument: causes and fixes | Error Atlas