https://github.com/deviavir/manning-importing-cloud-infra-into-terraform
MANNING - liveProject - Importing Existing Cloud Infrastructure into Terraform
https://github.com/deviavir/manning-importing-cloud-infra-into-terraform
Last synced: over 1 year ago
JSON representation
MANNING - liveProject - Importing Existing Cloud Infrastructure into Terraform
- Host: GitHub
- URL: https://github.com/deviavir/manning-importing-cloud-infra-into-terraform
- Owner: DeviaVir
- Created: 2020-09-11T08:26:45.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T14:45:44.000Z (over 4 years ago)
- Last Synced: 2025-02-07T18:31:46.781Z (over 1 year ago)
- Language: HCL
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MANNING
## Importing Cloud Infrastructure into Terraform
### Requirements
* Terraform version >= 0.13.0
* Authenticated AWS CLI
### Overview
Running a `terraform init` and `terraform apply` on this code will create 100
IAM users in your authenticated AWS account.
Run a `terraform destroy` to remove these accounts again.