Skip to content

Commit

Permalink
readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
uolter committed Jun 7, 2022
1 parent 3094111 commit 3748d9e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# template-aws-infrastructure
Template useful to create a AWS terraform project
# Project Name
Template useful to create a AWS terraform projects


## Howo to use this template

1. Create your git repository starting form this template.
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).
3. The __src/init__ directory contains the terraform code to setup the S3 backend and Dynamodb lock table
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.
5. The __src/main__ directory cointains the terraform code aming to setup the infrastructure.


## Referencees

* [Confluence page](https://pagopa.atlassian.net/wiki/spaces/DEVOPS/pages/467894592/AWS+Setup+new+project)

0 comments on commit 3748d9e

Please sign in to comment.