Some checks are pending
CI / tongo-core (push) Waiting to run
CI / web-terminal (push) Waiting to run
Deploy / build-and-push (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Infrastructure / plan (push) Waiting to run
Infrastructure / apply (push) Blocked by required conditions
13 lines
211 B
Text
13 lines
211 B
Text
# OpenTofu / Terraform state files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Provider plugins and cache
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Sensitive variables — never commit real tokens
|
|
terraform.tfvars
|
|
|
|
# Plan files
|
|
*.tfplan
|