https://github.com/tankibaj/terraform-ec2
Provision ec2 instance(s) using Terraform and Cloud-init
https://github.com/tankibaj/terraform-ec2
Last synced: 5 months ago
JSON representation
Provision ec2 instance(s) using Terraform and Cloud-init
- Host: GitHub
- URL: https://github.com/tankibaj/terraform-ec2
- Owner: tankibaj
- Created: 2021-04-24T14:44:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:32:10.000Z (over 4 years ago)
- Last Synced: 2025-02-17T21:36:51.576Z (8 months ago)
- Language: HCL
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Provision ec2 instance(s) using Terraform and Cloud-init.
## Quick Start
#### Terraform
- Prepare your working directory for other commands
```bash
terraform init
```- Show changes required by the current configuration
```bash
terraform plan
```- Create infrastructure
```bash
terraform apply
```