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 » The post Terraform: using Ephemeral Resources and Write-Only Attributes first appeared on RTFM: Linux, DevOps, and system administration.