added readme

This commit is contained in:
2023-11-01 00:30:53 +02:00
parent f19e926b1a
commit c68d522cda
3 changed files with 25 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ variable "region" {
variable "prod_account_id" {
type = string
default = "184100688147"
default = "111111111111"
}

View File

@@ -1,7 +1,9 @@
variable "region" {
type = string
default = "eu-west-1"
}
variable "dev_account_id" {
default = "449091252457"
type = string
default = "000000000000"
}

View File

@@ -1,2 +1,22 @@
# terra-test
### terraform configuration structure
- 000000000000
- iam
- roles(role_a, role_b)
- users_and_groups
- cli_users
- normal_users
- templates
- 111111111111
- iam
- roles(role_C)
- templates
### order of execution
#### 000000000000
1. users_and_groups (cli_users, normal_users)
2. roles
#### 111111111111
1. roles