The intenstion of this repository is to learn IaaC approach with AWS
Build, change, and destroy infrastructure with Terraform. Start here to learn the basics of Terraform with your favorite cloud provider.
- An IDE (VScode preferred)
- Windows 7 or higher
- Follow instruction from https://learn.hashicorp.com/tutorials/terraform/install-cli
- How to run the program
terraform apply
- c3.iamRole
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::123456789012:user/my-test-user-name"
},
"Action": "sts:AssumeRole"
}
]
}
- k10.openVPN_aws
Any advise for common problems or issues.
terraform --help
- 0.1
- Initial Release
This project is licensed under the GNU GENERAL PUBLIC LICENSE License
Inspiration, code snippets, etc.