Deploy infrastructure (using Terraform)
Quick Deployment
terraform init
terraform apply
Deploy infrastructure
You can use the -target=module.<module_name> option to deploy only a specific module or a specific host.
terraform init
terraform apply
You can use the -target=module.<module_name> option to deploy only a specific module or a specific host.