Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faranak-cs/terraform

Terraform templates
https://github.com/faranak-cs/terraform

terraform

Last synced: about 2 months ago
JSON representation

Terraform templates

Awesome Lists containing this project

README

        

# Terraform templates
.tf files
## Steps
- Scope
- Author
- Providers
- Plan (testing)
- Apply
## Commands
### Initiate
```
terraform init
```
### Plan
```
terraform plan
```
### Apply
```
terraform apply
```
### Destroy
```
terraform destroy
```
## Useful links
- Create a cloud storage bucket that would serve as the backend storage for Terraform state files
- Follow the guide: [Terraform GCS Backend](https://developer.hashicorp.com/terraform/language/backend/gcs)
- Ensure the following configurations:
- Enable object versioning
- Enable bucket encryption