Skip to content

Kapil987/terraform_prac

Repository files navigation

Terraform Hands-On

alt text

Description

The intenstion of this repository is to learn IaaC approach with AWS

Getting Started

Build, change, and destroy infrastructure with Terraform. Start here to learn the basics of Terraform with your favorite cloud provider.

Dependencies

  • An IDE (VScode preferred)
  • Windows 7 or higher

Installing

Executing program

  • 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

Subscribing to Open VPN as we need to accept the terms subscribe Open VPN

Connecting with private IP private_ip_access

Help

Any advise for common problems or issues.

terraform --help

Authors

@KAPIL0123

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE License

Acknowledgments

Inspiration, code snippets, etc.