hcloud-talos /
terraform-hcloud-talos
This repository contains a Terraform module for creating a Kubernetes cluster with Talos in the Hetzner Cloud.
84/100 healthLoading repository data…
deshpandead-spring2021 / repository
This repository contains terraform code for setting up infrastructure configurations. Terraform is a code tool from HahiCorp. It is a tool for building, changing and managing infrastructure in a safe, repeatable way. Developers and Infrastructure teams can use Terraform to mange environments with a configuration language called the HashiCorp Configuration Language (HCL) for human readable, automated deployments.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains terraform code for setting up infrastructure configurations. Terraform is a code tool from HahiCorp. It is a tool for building, changing and managing infrastructure in a safe, repeatable way. Developers and Infrastructure teams can use Terraform to mange environments with a configuration language called the HashiCorp Configuration Language (HCL) for human readable, automated deployments.
The basic workflow steps of Terraform deployment is as follows:
terraform init in the project directory with the configuarion files. This will download the correct provider plug-ins for the project.*terraform plan* to verify creation process and then terraform apply to create real resources as well as state file that compares future changes in your configuration files to what actually exists in your deployment environment. Upon *terraform apply*, the user will be prompted to review the proposed changes and must affirm the changes or else Terraform will not apply the proposed plan.terraform destroy command terminates resources defined in your Terraform configuration. This command is the reverse of terraform apply in that it terminates all the resources specified by the configuration. It does not destroy resources running elsewhere that are not described in the current configuration.Just like with apply, Terraform determines the order in which things must be destroyed.To ssh into the EC2 instance ssh -i .ssh/key-pair ubuntu@ipaddress
To scp the file to ec2 instance scp -i ~/.ssh/key-pair /home/aditya/Desktop/csye6225spring2021/webapp.zip ubuntu@ipaddress:
Commands to set up MYSQL server inside the EC2 instance sudo mysql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'insert_password'; Create schema webapp;
Selected from shared topics, language and repository description—not editorial ratings.
hcloud-talos /
This repository contains a Terraform module for creating a Kubernetes cluster with Talos in the Hetzner Cloud.
84/100 healthgkdevops /
This repository contains code to learn terraform automation through HCL
45/100 healthTerraform command to change workspace terraform workspace new "alpha"
Command to allow zsh to run shell scripts (This command is useful if bash is your default terminal chmod +x buildAMI.sh
The command to import certificate is as following:- aws acm import-certificate --certificate fileb://certificate_body.pem --certificate-chain fileb:// certificate_chain.pem --private-key fileb://private_key.pem where, --certificate is for certificate body, -- certificate-chain is for certificate chain that is the ca-bundle file that Comodo gives --private-key is the key the user created to generate the certificate.
siva9800 /
This repository contains an end-to-end DevOps project implementing industry-standard DevOps practices and tools.
HCL-TECH-SOFTWARE /
This repository contains customizer samples and community templates for HCL Connections.
31/100 healthSarthakRout /
This repository contains relevant material submitted for HCL HackIITK Hackathon for detection of malware using Machine Learning.
36/100 healthhamdiz0 /
This repository contains a minimal setup to create an EKS cluster using Terraform
47/100 health