Skip to content

Commit

Permalink
Merge pull request #1424 from Fyvel/patch-1
Browse files Browse the repository at this point in the history
Update infrastructure-providers.mdx
  • Loading branch information
Javier Toledo authored Sep 4, 2023
2 parents 63745a4 + 7c40fce commit 70eb649
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/10_going-deeper/infrastructure-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Now just let the magic happen, Booster will create everything for you and give y

### Azure synth command

Azure provider implements the experimental **Booster** `synth` command. This command will generate [Terrafom](https://www.terraform.io/) templates from your code. It will also generate needed files to deploy your Booster application using [cdktf](https://learn.hashicorp.com/tutorials/terraform/cdktf).
Azure provider implements the experimental **Booster** `synth` command. This command will generate [Terraform](https://www.terraform.io/) templates from your code. It will also generate needed files to deploy your Booster application using [cdktf](https://learn.hashicorp.com/tutorials/terraform/cdktf).

Running `synth` command, for example `boost synth -e production` will generate following files:

Expand All @@ -243,9 +243,9 @@ Once you have the new files and folders generates you could use `cdktf` to deplo

### Azure and CI/CD environments

It is possible to deploy your Azure infrastructure using the [Terrafom](https://www.terraform.io/) templates generated by the `synth` command using Terraform executable.
It is possible to deploy your Azure infrastructure using the [Terraform](https://www.terraform.io/) templates generated by the `synth` command using Terraform executable.

To deploy a **Booster** application using the [Terrafom](https://www.terraform.io/) templates generated by the **Booster** `synth` command:
To deploy a **Booster** application using the [Terraform](https://www.terraform.io/) templates generated by the **Booster** `synth` command:

1. Navigate to
```shell
Expand All @@ -261,7 +261,7 @@ To deploy a **Booster** application using the [Terrafom](https://www.terraform.i
```
4. Run
```shell
> terrafom apply "plan"
> terraform apply "plan"
```

You could follow similar steps to integrate the Azure **Booster** deploys in your CI/CD environment.
Expand Down Expand Up @@ -297,7 +297,7 @@ Now deploy the template:
```
3. Run
```shell
> terrafom apply "plan"
> terraform apply "plan"
```

Finally, you need to upload the source code. The main options are ([more info](https://docs.microsoft.com/en-us/azure/azure-functions/deployment-zip-push)):
Expand Down

0 comments on commit 70eb649

Please sign in to comment.