-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |