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
Template useful to create a AWS terraform projects
2
3
3
-
No requirements.
4
4
5
-
## Providers
5
+
## Howo to use this template
6
6
7
-
No providers.
7
+
1. Create your git repository starting form this template.
8
+
2. Configure your aws cli and set the [credentials settings](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html). Also refer the conflunece page to work with [AWS SSO](https://pagopa.atlassian.net/wiki/spaces/DEVOPS/pages/466846955/AWS+-+Users+groups+and+roles#SSO-with-GSuite).
9
+
3. The __src/init__ directory contains the terraform code to setup the S3 backend and Dynamodb lock table
10
+
4. The __src/azuredevops__ direcory containes the terraform code to setup the azure devops project aming to run the IAC pipeline with the code defined in this repository.
11
+
5. The __src/main__ directory cointains the terraform code aming to setup the infrastructure.
0 commit comments