Difference between revisions of "Terraform best practices"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
* Don't modify [[Terraform state]] manually.
 
* Don't modify [[Terraform state]] manually.
 
* Always [[plan]] first, <code>[[terraform plan]]</code>
 
* Always [[plan]] first, <code>[[terraform plan]]</code>
* Implement an automated pipeline.
+
* Implement an automated [[pipeline]].
 
* Use [[service account]] credentials for CI.
 
* Use [[service account]] credentials for CI.
 
* Avoid [[importing]] existing resources.
 
* Avoid [[importing]] existing resources.

Revision as of 19:01, 27 February 2023

Best practices from Google Cloud team

https://cloud.google.com/docs/terraform/best-practices-for-terraform

Operations

Related

See also

Advertising: