Daily Archives: 09/16/2025

Terraform: using Ephemeral Resources and Write-Only Attributes

16 September 2025
 

 Ephemeral resources and write-only arguments appeared in Terraform a long time ago, back in version 1.10, but there was no opportunity to write about them in detail. The main idea behind them is not to leave “traces” in the state file, which is especially useful for passwords or tokens, because the data only exists during… Read More »