We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue will include an overview of how I created an AWS account and the Terraform configuration used to provision an AWS EC2 instance.
The text was updated successfully, but these errors were encountered:
mkdir terraform
cd terraform
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
export AWS_ACCESS_KEY_ID=[ACCESS KEY ID VALUE]
export AWS_SECRET_ACCESS_KEY=[SECRET ACCESS KEY VALUE]
vi main.tf
Sorry, something went wrong.
terraform init
terraform apply
yes
terraform destroy
emilyllim
No branches or pull requests
[D1] Terraform to AWS
This issue will include an overview of how I created an AWS account and the Terraform configuration used to provision an AWS EC2 instance.
Resources
The text was updated successfully, but these errors were encountered: