You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nos aseguramos de que nuestros ficheros están debidamente formateados.
18
+
19
+
```bash
20
+
terraform fmt
21
+
```
22
+
23
+
### Paso 2.
24
+
25
+
Ahora tenemos que ejecutar `terraform init`, cada vez que tenemos un nuevo provider, debemos ejecutar este comando para que Terraform pueda descargar los binarios.
26
+
27
+
```bash
28
+
terraform init
29
+
```
30
+
31
+
We get something similar to this:
32
+
33
+
```bash
34
+
Initializing the backend...
35
+
36
+
Initializing provider plugins...
37
+
- Reusing previous version of hashicorp/aws from the dependency lock file
0 commit comments