Skip to content

Commit 3c6f4db

Browse files
committed
update readme file
1 parent 9a1ebc9 commit 3c6f4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Project Name
2-
Template useful to create a AWS infrastructure with terraform
2+
Template useful to create a AWS infrastructures with terraform
33

44

55
## Howo to use this template
66

77
1. Create your github repository starting form this template.
88
2. Configure your aws cli and set the [credentials](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 the Dynamodb lock table and the iam role to use in the github actions
9+
3. The __src/init__ directory contains the terraform code to setup the S3 backend, the Dynamodb lock table, github openid connection and the iam role to use in the github actions
1010
4. The __src/main__ directory cointains the terraform code to setup the core infrastructure.
1111
5. The __.github/workflows__ directory contains two yaml files to run a terraform plan and apply actions. They need a github environment secret to be created: IAM_ROLE (see below.)
1212

0 commit comments

Comments
 (0)