An example usage of gomid. This project uses terraform to provision infrastructure on AWS.
The next steps should be followed to deploy this application.
Note: this guide assumes you have an AWS account and Terraform Cloud account.
Execute the following command to login into terraform cloud.
terraform login
Initialize terraform.
terraform init
Configure a new terraform workspace with the variables found at this repo Terraform doc. Also, you wil have to setup AWS Credentials for terraform cloud remote execution.
Next, overview the creation of your resources with planning.
terraform plan
Finally, apply the configuration to start this deployment.
terraform apply