August 2019
Beginner
608 pages
16h 7m
English
You can run the deployment with the following command:
terraform apply
You can also add the --auto-approve argument; then, it will not ask for confirmation.
Running the apply command will start and produce a lot of output, as follows:
tls_private_key.privkey: Refreshing state... (ID: 874768c0573f85ee35688f91b96793940376786c) aws_key_pair.keypair: Refreshing state... (ID: ec2key) aws_vpc.gitlabha: Refreshing state... (ID: vpc-0d623120e0d5401f9) aws_subnet.pub-web-az-b: Refreshing state... (ID: subnet-03908026eb72659e1) aws_subnet.priv-db-az-a: Refreshing state... (ID: subnet-0e65b8cb35e8ef116)
In the end, if all goes well, you should receive a message to say that the application is complete:
Apply complete! Resources: ...
Read now
Unlock full access