Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/build-on-aws/terraform-samples
Collections of examples of using Terraform with AWS
https://github.com/build-on-aws/terraform-samples
aws infrastructure-as-code terraform terraform-module
Last synced: 3 months ago
JSON representation
Collections of examples of using Terraform with AWS
- Host: GitHub
- URL: https://github.com/build-on-aws/terraform-samples
- Owner: build-on-aws
- License: mit-0
- Created: 2024-05-29T22:25:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:05:02.000Z (3 months ago)
- Last Synced: 2024-10-25T20:42:42.684Z (3 months ago)
- Topics: aws, infrastructure-as-code, terraform, terraform-module
- Language: HCL
- Homepage: https://www.youtube.com/@AWSDevelopers
- Size: 416 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Terraform samples
Collection of examples of how to use Terraform with AWS.
List of modules:
| Module | Description|
|-|-|
|[bootstrap-aws-account](./modules/bootstrap-aws-account/)|Helps bootstrap a new AWS account to use Terraform by creating the resources needed to store the state file.|
|[bootstrap-cicd-aws-codebuild](./modules/bootstrap-cicd-aws-codebuild/)|Sets up a CI/CD pipeline for Terraform in a GitHub repo, with workflows to add the plan as a comment on pull requests, and apply changes when a PR is merged using AWS CodeBuild.|
|[bootstrap-cicd-github-actions](./modules/bootstrap-cicd-github-actions/)|Sets up a CI/CD pipeline for Terraform in a GitHub repo, with workflows to add the plan as a comment on pull requests, and apply changes when a PR is merged using GitHub Actions.|
|[bootstrap-cloudtrail](./modules/bootstrap-cloudtrail/)|Sets up a basic AWS CloudTrail configuration for the account.|
|[aws-billing-budget-notification](./modules/aws-billing-budget-notification/)|Sets up an AWS Budget with an email alert.|## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the MIT-0 License. See the LICENSE file.