Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`