Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/faranak-cs/terraform
- Owner: faranak-cs
- Created: 2024-09-16T10:22:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T15:05:16.000Z (4 months ago)
- Last Synced: 2024-10-22T05:13:47.369Z (3 months ago)
- Topics: terraform
- Language: HCL
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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