https://github.com/64kramsystem/ultimate_aws_certified_cloud_practitioner_course_terraform_configuration
Terraform configuration I've created in order to exercise the Udemy course "Ultimate AWS Certified Cloud Practitioner - 2020"
https://github.com/64kramsystem/ultimate_aws_certified_cloud_practitioner_course_terraform_configuration
aws terraform udemy
Last synced: about 1 year ago
JSON representation
Terraform configuration I've created in order to exercise the Udemy course "Ultimate AWS Certified Cloud Practitioner - 2020"
- Host: GitHub
- URL: https://github.com/64kramsystem/ultimate_aws_certified_cloud_practitioner_course_terraform_configuration
- Owner: 64kramsystem
- Created: 2020-07-26T18:07:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T10:06:05.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T10:19:34.717Z (over 1 year ago)
- Topics: aws, terraform, udemy
- Language: HCL
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Ultimate AWS Certified Cloud Practitioner" course Terraform configuration
This is a Terraform (0.12) configuration I've created in order to exercise the Udemy course ["Ultimate AWS Certified Cloud Practitioner"](https://www.udemy.com/course/aws-certified-cloud-practitioner-new) that I've taken, while also practicing Terraform.
All the related resources have been created, with minor but not substantial changes. Also, since the primary focus was AWS, for simplicity, the Terraform configuration is purely declarative (e.g. no cycles).
The Terraform (resource) notes I've take, which adds some minor details, are [stored separately](https://github.com/saveriomiroddi/personal_notes/blob/master/terraform.md) in my `personal_notes` project.
## Applying the configuration
While the configuration is complete, it can't be applied straight away, due to the circular problem that in order to create the sysadmin's user/key/permissions, they need to be existing already.
This is standard workflow - just create the required objects via console, then import them.