diff --git a/lab-3/README.md b/lab-3/README.md index d2f7f40..28a4d94 100644 --- a/lab-3/README.md +++ b/lab-3/README.md @@ -170,6 +170,7 @@ resource "aws_ami_from_instance" "ami_snapshot" { - [x] Launch a new instance from your AMI Terraform is great. Terraform is life. This was really simple to do. + ```sh # Launch new instance from AMI resource "aws_instance" "my_second_linux" { @@ -181,6 +182,7 @@ resource "aws_instance" "my_second_linux" { Name = "labs" } } +``` - [x] Convert to terraform * Terraform files can be found [here](./terraform/main.tf)