Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/archtaqi/infrastructure-as-code

Hands-on With Terraform for managing AWS resources
https://github.com/archtaqi/infrastructure-as-code

aws terraform

Last synced: about 8 hours ago
JSON representation

Hands-on With Terraform for managing AWS resources

Awesome Lists containing this project

README

        

# Terraform {AWS}

> Hands-on With Terraform for managing AWS resources

## About Terraform

- An immutable IAC.

### Configure AWS CLI

`aws configure --profile archtaqi-1`

To verify;

`cat .aws/credentials`

### Terraform workspace

```
terraform init
# expect a warning, don't worry it's an idempotent operation
terraform workspace new dev
terraform workspace select dev
terraform plan
```

Laravelapi.juandmegon.com