Terraform Initilization

[user@hostname]$ terraform init

Initializing the backend…

Initializing provider plugins…

  • Finding hashicorp/aws versions matching “4.59.0”…
  • Installing hashicorp/aws v4.59.0…
  • Installed hashicorp/aws v4.59.0 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run “terraform init” in the future.

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running “terraform plan” to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.

Helm + Git-Lab Runner

[user@host ~]# helm install --namespace=<<NAMESPACE>> gitlab-runner -f values.yaml gitlab/gitlab-runner
NAME: gitlab-runner
LAST DEPLOYED: Sun Mar 12 12:31:55 2023
NAMESPACE: kube-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Your GitLab Runner should now be registered against the GitLab instance reachable at: "https://<<URL>>/"
Runner namespace "<<NAMESPACE>>" was found in runners.config template.