Provisioning and testing your template
After the validation, let’s run the terraform plan
command. This will let us see what Terraform will do before we decide to apply it:
terraform plan
The output should be as follows:
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # aws_vpc.example will be created + resource "aws_vpc" "example" { + arn = (known after apply) + cidr_block &...