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
// Features to add to the dev container. More info: https://containers.dev/features.
52
+
// "features": {},
53
+
54
+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
55
+
// "forwardPorts": [],
56
+
57
+
// Use 'postCreateCommand' to run commands after the container is created.
58
+
// "postCreateCommand": "uname -a",
59
+
60
+
// Configure tool-specific properties.
61
+
// "customizations": {},
62
+
63
+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
64
+
// "remoteUser": "root"
65
+
}
66
+
67
+
```
68
+
69
+
Ahora sólo tenemos que reabrir el directorio utilizando la opción de `Devcontainers` y tendremos el entorno preparado para trabajar con `Terraform` y `AWS`
0 commit comments