ExercisesExercisesContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
    • Prerequisites
    • Git
    • Linode API
    • Akamai API
    • Declarative Language
    • Core Workflow
    • Providers
    • Data Sources
    • Resources
    • Outputs
      • Variables
      • Locals
      • Environment Variables
    • Expressions
      • References to Values
      • Conditionals
      • For Iterations
      • Dynamic Blocks
    • Meta-Arguments
      • depends_on
      • count
      • for_each
      • lifecycle
    • Built-In Functions
      • Root & Child Modules
      • Module Outputs
    • State File
      • State Storage
      • State Locking
      • State Best Practices
    • Imports
    • Troubleshooting
    • Akamai Examples
    • Akamai Terraform Provider (opens in a new tab)
    • Linode Terraform Provider (opens in a new tab)
    • All Exercises
Question? Give us feedback → (opens in a new tab)Edit this page
Terraform
Meta-Arguments

9. Meta-arguments

Meta-arguments in Terraform are special arguments that can be used with resource blocks and modules to control their behavior or influence the provisioning process. They provide additional configuration options beyond the regular resource-specific arguments.

Dynamic Blocksdepends_on

2024 Advanced Solutions Team - Akamai Technical Documentation