Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivsonv/provision-terraform-iac
Discover Terraform providers that power all of Terraform’s resource types, or find modules for quickly deploying common infrastructure configurations.
https://github.com/ivsonv/provision-terraform-iac
aws devops terraform
Last synced: about 2 months ago
JSON representation
Discover Terraform providers that power all of Terraform’s resource types, or find modules for quickly deploying common infrastructure configurations.
- Host: GitHub
- URL: https://github.com/ivsonv/provision-terraform-iac
- Owner: ivsonv
- Created: 2024-06-28T15:13:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T10:00:26.000Z (7 months ago)
- Last Synced: 2024-06-29T23:58:13.206Z (7 months ago)
- Topics: aws, devops, terraform
- Language: HCL
- Homepage: https://registry.terraform.io/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform & AWS
Discover Terraform providers that power all of Terraform’s resource types, or find modules for quickly deploying common infrastructure configurations.- https://registry.terraform.io
### Setup
* terraform version = `v1.8.5````sh
terraform init
```set credentials
```sh
export AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY_ID
export AWS_SECRET_ACCESS_KEY=YOUR_ACCESS_KEY
```configurations in terminal
* $ aws configure
- confirm as options `access_key`, `secret_key` and `region`