Terraform Amazon S3 Remote Backend: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= {{Terraform_Concepts#Amazon_S3_Remote_Backend|Terraform Concepts}}")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://www.terraform.io/docs/backends/types/s3.html
=Internal=
=Internal=
{{Terraform_Concepts#Amazon_S3_Remote_Backend|Terraform Concepts}}
* [[Terraform_Concepts#Amazon_S3_Remote_Backend|Terraform Concepts]]
 
=Overview=
 
The S3 backend supports encryption at rest when the <code>encrypt</code> option is enabled. This feature might be useful when the state contains [[Terraform_Concepts#Security-Sensitive_Data|security-sensitive data]].

Latest revision as of 01:27, 21 February 2020

External

Internal

Overview

The S3 backend supports encryption at rest when the encrypt option is enabled. This feature might be useful when the state contains security-sensitive data.