Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent 0108f90 commit fb7280d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloud-service-provider/aws/ec2-vm/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This example uses the following Terraform module:

## Overview

This example creates an AWS EC2 in the default VPC. The default region is can be changed in variables.tf.
This example creates an AWS EC2 in the default VPC. The default region is can be changed in variables.tf.

This example also creates:

Expand Down Expand Up @@ -45,7 +45,7 @@ variables.tf
```

For additional customization, refer to the module documentation under **"Inputs"** [Terraform Module](https://registry.terraform.io/modules/intel/aws-vm/intel/latest)
.
.

The module supports much more than what is shown in this example.

Expand Down Expand Up @@ -75,9 +75,9 @@ cd GenAIInfra/cloud-service-provider/aws/ec2-vm/terraform

# Modify the main.tf and variables.tf file to suit your needs (see above)

terraform init
terraform init
terraform plan
terraform apply
terraform apply
```

## SSH
Expand Down

0 comments on commit fb7280d

Please sign in to comment.