init

ℹ️
This command is locally cacheable only.

Init Terraform.

@terraform init {
    config = "backend.prod.config"
    args = "-upgrade"
}

Argument Reference

The following arguments are supported:

  • config - (Optional) Set configuration for init.
  • args - (Optional) Arguments for command.
Last updated on