Remote backend on Terraform Cloud
Create an account on app.terraform.io
Inside of it - create an organization (example: pctags) and workspace (example: tf)
Put this snippet of code inside your Terraform manifests:
terraform { cloud { organization = "pctags" workspaces { name = "tf" } } }
Run terraform init